var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Native Plants", "../Index/native_plants.php"],
	["Plant List", "../Index/plantSearch.php?display=plantlist"] //no comma following last entry!
]
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["About Our Seed Mixes", "../Index/native_seeds.php"],
	["Seed Mixes", "../seed_mixes/"],
	["Seed List", "../Index/plantSearch.php?display=seedlist"] //no comma following last entry!
]
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Source ID", "../Index/source_id.php"],
	["Storm Water BMPs", "../Index/swII.php"],
	["FAQ", "../Index/faq.php"],
	["Links", "../Index/links.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Contact Us", "../Index/contactus.php"],
	["About Us", "../Index/aboutus.php"],
	["Photos of the Nursery", "../Index/nursery_scenes.php"] //no comma following last entry!
]
