var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#a3a971', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Restoration Grade &nbsp; &nbsp; &nbsp;Plant Material", "plants.html"],
	["EcoSod<sup style='font-size:10px;'>TM</sup>", "ecosod.html"],
	["Technical Services", "services.html"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#a3a971', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Staff", "staff.html"],
	["Contact Us", "contact.php"] //no comma following last entry!
]
