var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Home", "index.htm"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["About SEE", "company.htm"],
	["Our Partnerships", "partnerships.htm"],
	["Job Opportunities", "employment.htm"]	 //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:170px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["First Response", "first_response.htm"],
	["LifeˇlineŽ Systems", "lifeline.htm"],
	["Wireless Instrumentation", "wireless.htm"],
	["Events", "events.htm"] //no comma following last entry!
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FFFFFF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["LifeˇlineŽ Systems", "press_lifeline.htm"],
	["First Response", "press_first_response.htm"],
	["Wireless Meter", "press_wireless.htm"],
	["Videos", "videos_main.htm"] //no comma following last entry!
]
