var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Sensors", "/index.php/sensors/"],
	["Instruments", "/index.php/instruments/"],
	["Test Equipment", "/index.php/test-equipment/"],
	["Fuel Treatment", "/index.php/fuel-treatment-tcp/"],
	["Parts and Accessories", "/index.php/parts-accessories/"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu2.items=[
	["Manuals", "/index.php/manuals/"],
	["FAA/PMA Approvals", "/index.php/faa-pma-approvals/"],
	["Repair / Warranty", "/index.php/our-warranty/"],
	["Competitor Compatibility", "/index.php/competitor-compatibility/"],
	["Troubleshooting", "/index.php/troubleshooting/"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''}
anylinkmenu3.items=[
	["About Us", "/index.php/about-us/"],
	["Meet the Team", "/index.php/meet-the-team/"],
	["History", "/index.php/history/"]
]
