var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
//no comma following last entry!
anylinkmenu1.items=[
	["Locations", "retail_stores.php"],
	["Directions", "driving_directions.php"]
//    ["Chemicals", "chemical_listing.php"],
//	["Bareroot", "detail_listing.php"],
//	["Trees", "list.php?plant=trees"],
//	["Annuals", "list.php?plant=annuals"],
//	["Perennials", "list.php?plant=perennials"],
//	["Shrubs", "list.php?plant=shrubs"],
//	["Natives", "list.php?plant=natives"],
//	["Roses", "list.php?plant=roses"],
//	["Grasses", "list.php?plant=grasses"],
//	["Perennial of the Year", "list.php?plant=new"],
//	["Seeds", "seed_listing.php"]	
	//["Ash Borer", "emerald_ash_borer.php"], 
	//["Japanese Beetle", "japanese_beetle.php"],
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Wedding", "floral_shop_weddings3.php"],
	["Sympathy", "floral_shop_sympathy3.php"],
	["Prom", "floral_shop_prom3.php"],
	["All Occasions", "floral_shop_other3.php"]
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Current Promotions", "promotions.php"],
	["Newspaper Ad", "newspaper.php"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Floral Shop", "customerreviews.php"],
	["Garden Center", "garden_reviews.php"]
]

//Added 8.16.2011
var anylinkmenu5 = {divclass:"anylinkmenu",inlinestyle:"",linktarget:""}
anylinkmenu5.items = [["History","about_us.php"],["Team Owen","http://www.teamowen.webs.com"]]
