var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["What is Wave WiFi", "about.html"],
	["Technology", "wave_wifi_marine_technology.html"],
	["In the News", "news.html"],
	["Fan Mail", "fan-mail.html"]
	 //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["EC-COMET", "ec-comet.html"],
	["Rogue Wave", "rogue-wave.html"],
	["EC-ER Models", "ec-er.html"],
	[" EC-HP Models", "ec-hp.html"],
	[" EC-X Models", "ec-x.html"],
	[" Wave WiFi CONNEX", "connex.html"],
	[" Wave WiFi HotSpots", "hotspots.html"]
	 //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["ClearPoint", "clearpoint.html"],
	["iMAP Weather", "imap_weather.html"]

]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:200px', linktarget:'new'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Partnership with SURVICE", "survice.html"],
	["ARGUS Fact Sheet", "images/argus.pdf"],
	["EarthNC Joins ARGUS", "images/earth.pdf"]

	 //no comma following last entry!
]

