var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Web Development", "http://danielkelly.me/web_development.php"],
	["Website Applications", "http://danielkelly.me/web_applications.php"],
	["Website Design", "http://danielkelly.me/web_design.php"],
	["Web Hosting", "https://danielkelly.me/secure/cart.php?gid=1"],
	["VoIP Hosting", "https://danielkelly.me/secure/cart.php?gid=2"],
	["Game Servers", "https://danielkelly.me/secure/cart.php?gid=3"],
	["Domain Registry", "https://danielkelly.me/secure/cart.php?a=add&domain=register"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu2', inlinestyle:'', linktarget:''} //Second menu variable. Make sure "anylinkmenu2" is a unique name!
anylinkmenu2.items=[
	["Web Development", "http://danielkelly.me/web_development_portfolio.php"],
	["Website Design", "http://danielkelly.me/web_design_portfolio.php"],
	["Web Apps (Coming Soon)", "http://danielkelly.me/web_applications_portfolio.php"] //no comma following last entry!
]

