var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Background", "/about.php"],
	["Technology", "/technology.php"],
	["Management", "/leadership.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Sensors", "/pressure-sensors.php"],
	["Sensor Conditioning", "/sensor-conditioning.php"],
	["Rejustors", "/rejustor-products.php"]//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Press Releases", "/press-releases.php"],
	["Articles", "/articles.php"],
	["Tradeshows", "/tradeshows.php"],
	["Newsletters", "/newsletters.php"],
	["Awards", "/awards.php"] //no comma following last entry!
]
