var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#CCFFCC', linktarget:'main'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Transportation (Roads and Bridges)", "sec09_trans.htm"],
	["Energy (Transmission Lines and Power Plants)", "sec09_projects.htm"],
	["Renewable Energy (Wind and Solar)", "sec09_projects.htm"],
	["Telecommunications", "sec09_projects.htm"],
	["Commercial/ Industrial", "sec09_projects.htm"],
	["Mixed-Use Development", "sec09_projects.htm"],
	["Residential Subdivisions/ PUDs", "sec09_projects.htm"],
	["Water/ Waste Water Treatment Plants", "sec09_projects.htm"],
	["Storm Water Facilities", "sec09_projects.htm"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#CCFFCC', linktarget:'main'} //second menu variable. Make sure "anylinkmenu2" is a unique name!
anylinkmenu2.items=[
	["Project Initiation", "sec09_service.htm"],
	["Technical Studies", "sec09_service.htm"],
	["Environmental Documents", "sec09_service.htm"],
	["Permitting", "sec09_service.htm"],
	["Mitigation", "sec09_service.htm"],
	["Construction Support", "sec09_service.htm"],
	["Mapping and Spatial Analysis", "sec09_gis.htm"]//no comma following last entry!
]
