var menuServices={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
menuServices.items=[
	["Dry Cleaning", "dryClean.php"],
	["Wash & Fold", "washFold.php"],
	["Clothing Storage", "storage.php"],
	["Home Delivery", "homeDelivery.php"],
	["Specials", "specials.php"]
]

var menuHow={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
menuHow.items=[
	["How It Works", "how.php"],
	["@ Work", "atWork.php"],
	["Wholesale", "wholesale.php"],
	["Technology", "technology.php"],
	["Locker Loot", "lockerLoot.php"]
]

var menuLocations={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
menuLocations.items=[
	["Locations Map", "locations.php"],
	["Kiosks", "kiosk.php"]
]

var menuAbout={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
menuAbout.items=[
	["Our Story", "about.php"],
	["Press", "press.php"],
	["Contact Info", "contact.php"],
	["Partners", "partners.php"],
	["Green Cleaning", "green.php"],
	["Franchising", "franchise.php"]	
]


