function showMenu (menuToShow, x, y)
{
	var menuToShow = document.getElementById(menuToShow);
	
	var domainExA = document.getElementById('domainExA');
	var themeExA = document.getElementById('themeExA');
	var pagesExA = document.getElementById('pagesExA');
	var logoExA = document.getElementById('logoExA');
	var graphicsExA = document.getElementById('graphicsExA');
	var editsExA = document.getElementById('editsExA');
	var emailExA = document.getElementById('emailExA');
	var clinkExA = document.getElementById('clinkExA');
	var formExA = document.getElementById('formExA');
	var seoExA = document.getElementById('seoExA');
	var glossaryExA = document.getElementById('glossaryExA');
	var searchExA = document.getElementById('searchExA');
	var updatesExA = document.getElementById('updatesExA');
	var hostingExA = document.getElementById('hostingExA');
	var useTestExA = document.getElementById('useTestExA');
	
	var domainExB = document.getElementById('domainExB');
	var themeExB = document.getElementById('themeExB');
	var pagesExB = document.getElementById('pagesExB');
	var logoExB = document.getElementById('logoExB');
	var graphicsExB = document.getElementById('graphicsExB');
	var editsExB = document.getElementById('editsExB');
	var emailExB = document.getElementById('emailExB');
	var clinkExB = document.getElementById('clinkExB');
	var formExB = document.getElementById('formExB');
	var seoExB = document.getElementById('seoExB');
	var glossaryExB = document.getElementById('glossaryExB');
	var searchExB = document.getElementById('searchExB');
	var updatesExB = document.getElementById('updatesExB');
	var hostingExB = document.getElementById('hostingExB');	
	var useTestExB = document.getElementById('useTestExB');
	
	var domainExC = document.getElementById('domainExC');
	var themeExC = document.getElementById('themeExC');
	var pagesExC = document.getElementById('pagesExC');
	var logoExC = document.getElementById('logoExC');
	var graphicsExC = document.getElementById('graphicsExC');
	var editsExC = document.getElementById('editsExC');
	var emailExC = document.getElementById('emailExC');
	var clinkExC = document.getElementById('clinkExC');
	var formExC = document.getElementById('formExC');
	var seoExC = document.getElementById('seoExC');
	var glossaryExC = document.getElementById('glossaryExC');
	var searchExC = document.getElementById('searchExC');
	var updatesExC = document.getElementById('updatesExC');
	var hostingExC = document.getElementById('hostingExC');	
	var useTestExC = document.getElementById('useTestExC');
	
	var store = -500 + 'px';
	
	domainExA.style.left = store;
	domainExA.style.top = store;
	themeExA.style.left = store;
	themeExA.style.top = store;
	pagesExA.style.left = store;
	pagesExA.style.top = store;
	logoExA.style.left = store;
	logoExA.style.top = store;
	graphicsExA.style.left = store;
	graphicsExA.style.top = store;
	editsExA.style.left = store;
	editsExA.style.top = store;
	emailExA.style.left = store;
	emailExA.style.top = store;
	clinkExA.style.left = store;
	clinkExA.style.top = store;
	formExA.style.left = store;
	formExA.style.top = store;
	seoExA.style.left = store;
	seoExA.style.top = store;
	glossaryExA.style.left = store;
	glossaryExA.style.top = store;
	searchExA.style.left = store;
	searchExA.style.top = store;
	updatesExA.style.left = store;
	updatesExA.style.top = store;
	hostingExA.style.left = store;
	hostingExA.style.top = store;
	useTestExA.style.left = store;
	useTestExA.style.top = store;
	
	domainExB.style.left = store;
	domainExB.style.top = store;
	themeExB.style.left = store;
	themeExB.style.top = store;
	pagesExB.style.left = store;
	pagesExB.style.top = store;
	logoExB.style.left = store;
	logoExB.style.top = store;
	graphicsExB.style.left = store;
	graphicsExB.style.top = store;
	editsExB.style.left = store;
	editsExB.style.top = store;
	emailExB.style.left = store;
	emailExB.style.top = store;
	clinkExB.style.left = store;
	clinkExB.style.top = store;
	formExB.style.left = store;
	formExB.style.top = store;
	seoExB.style.left = store;
	seoExB.style.top = store;
	glossaryExB.style.left = store;
	glossaryExB.style.top = store;
	searchExB.style.left = store;
	searchExB.style.top = store;
	updatesExB.style.left = store;
	updatesExB.style.top = store;
	hostingExB.style.left = store;
	hostingExB.style.top = store;
	useTestExB.style.left = store;
	useTestExB.style.top = store;
	
	domainExC.style.left = store;
	domainExC.style.top = store;
	themeExC.style.left = store;
	themeExC.style.top = store;
	pagesExC.style.left = store;
	pagesExC.style.top = store;
	logoExC.style.left = store;
	logoExC.style.top = store;
	graphicsExC.style.left = store;
	graphicsExC.style.top = store;
	editsExC.style.left = store;
	editsExC.style.top = store;
	emailExC.style.left = store;
	emailExC.style.top = store;
	clinkExC.style.left = store;
	clinkExC.style.top = store;
	formExC.style.left = store;
	formExC.style.top = store;
	seoExC.style.left = store;
	seoExC.style.top = store;
	glossaryExC.style.left = store;
	glossaryExC.style.top = store;
	searchExC.style.left = store;
	searchExC.style.top = store;
	updatesExC.style.left = store;
	updatesExC.style.top = store;
	hostingExC.style.left = store;
	hostingExC.style.top = store;
	useTestExC.style.left = store;
	useTestExC.style.top = store;
	
	menuToShow.style.left = -205 + x + 'px';
	menuToShow.style.top = 130 + y + 'px';	
	
return false;
}


