var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Diabetic Food Order", "http://shopeasefoods.com/order/index.php?main_page=index&cPath=3"],
	["Student Food Order", "http://shopeasefoods.com/order/index.php?main_page=index&cPath=4"],	
	["Freezer Filler Packages", "http://shopeasefoods.com/order/index.php?main_page=index&cPath=22"] 	// no comma following last entry!	
]

