var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Overview", "/about/index.php"],				
	["Green 42", "/about/green42.php"],
	["Privacy", "/about/privacy.php"],
	["Terms of Service", "/about/termsofservice.php"]
 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Overview", "/programs/index.php"],		
	["Monitoring Care", "/programs/monitoring.php"],
	["Essential Care", "/programs/essential.php"],
	["Comprehensive Care", "/programs/comprehensive.php"],
	["IT Leadership", "/programs/IT.php"],
	["Hardware Safeguard", "/programs/hardware.php"]//no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Overview", "/services/index.php"],		
	["A la Carte/Projects", "/services/alacarte.php"],
	["Exchange/Email Hosting", "/services/exchange.php"],
	["Remote Backup", "/services/remotebackup.php"],
	["Internet Security", "/services/security.php"],
	["Webhosting/Colocation", "/services/hosting.php"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Contact Us", "/contact/index.php"],
	["Suggestions", "/contact/suggestions.php"]//no comma following last entry!
]

