var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Introduction", "products.php"],
	["Life Safety Systems", "products.php#1"],
	["Product Safety Systems", "products.php#2"],
	["Ancillary Systems", "products.php#3"],
	["Maintenance", "products.php#4"],
	//no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Introduction", "accreditations.php"],
	["Third Party Approval", "accreditations.php#1"],
	["Partnerships", "accreditations.php#2"],
	["Health & Safety", "accreditations.php#3"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Introduction", "case-studies.php"],
	["Commercial Office Space", "case-studies.php#1"],
	["Healthcare", "case-studies.php#2"],
	["Education", "case-studies.php#3"],
	["Hotels &amp; Leisure", "case-studies.php#4"]
	//no comma following last entry!
]


