var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px;text-align:center;left-margin:0px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Subcontractor Registration", "./index.php?page=RegisterSub"],
	["Current Bid Opportunities", "./plans/2009"],
	["Current Projects", "./index.php?page=ProjectInfo"]
	 //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'width:200px;text-align:left;left-margin:0px;', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["La Fogata Restaurant", "./index.php?page=projects&project_name=LaFogata"],
	["Tampa Bay Watch", "./index.php?page=projects&project_name=TampaBayWatch"],
	["Tradewinds Island Atrium", "./index.php?page=projects&project_name=Tradewinds"],
	["Pappas Realty Office", "./index.php?page=projects&project_name=Pappas"],
	["Manchu Wok", "./index.php?page=projects&project_name=ManchuWok"] //no comma following last entry!
	]

