function mmLoadMenus() {
	if (window.menu_shop) return;

	//function amenu(w, menuOpenAction, menuOutAction, itemOutAction) {
	
	window.menu_shop = amenu(120, "MM_showHideLayers('LayerShipMethod','','hide')", "MM_showHideLayers('LayerShipMethod','','show')");
	window.menu_service = amenu(120);
	window.menu_recipe = amenu(120);
	window.menu_video = amenu(160);
	
	menu_shop.addMenuItem("Hard&nbsp;Shell&nbsp;Crabs","location='/Detail.bok?no=100'");
	menu_shop.addMenuItem("Soft&nbsp;Shell&nbsp;Crabs","location='/Detail.bok?no=25'");
	menu_shop.addMenuItem("Crab&nbsp;Cakes","location='/crabcakes'");
	menu_shop.addMenuItem("Crab Meat","location='/crabmeat/jumbolump'");
	menu_shop.addMenuItem("Live&nbsp;Clams","location='/Detail.bok?no=49'");
	menu_shop.addMenuItem("Jumbo&nbsp;Shrimp","location='/Detail.bok?no=37'");
	menu_shop.addMenuItem("Dinner&nbsp;For&nbsp;Two","location='/Search.bok?category=For%20Two'");
	menu_shop.addMenuItem("Desserts","location='/Search.bok?category=Desserts'");
	menu_shop.addMenuItem("Accessories","location='/Search.bok?category=Accessories'");
	menu_shop.addMenuItem("Logo&nbsp;Items","location='/Search.bok?category=Logo'");
	menu_shop.addMenuItem("HOLIDAY&nbsp;Combos","location='/Search.bok?category=Holiday%20Combos'");
	menu_shop.addMenuItem("Gift&nbsp;Ideas","location='Search.bok?category=Gifts'");
	menu_shop.addMenuItem("SALE","location='/Search.bok?category=sale'");
	
	menu_recipe.addMenuItem("Crab&nbsp;Cakes","location='/Page.bok?file=Crab_Cakes.html'");
	menu_recipe.addMenuItem("Crab&nbsp;Chowder","location='/Page.bok?file=Crab_Chowder.html'");
	menu_recipe.addMenuItem("Crab&nbsp;Melt&nbsp;Sandwiches","location='/Page.bok?file=Crab_Sandwiches.html'");
	
	menu_service.addMenuItem("Register","location='/Register.bok'");
	menu_service.addMenuItem("Account&nbsp;History","location='/AccountHistory.bok'");
        menu_service.addMenuItem("Update&nbsp;Account","location='/AccountHistory.bok'");
	menu_service.addMenuItem("Lost&nbsp;Password","location='/Lost.bok'");
	menu_service.addMenuItem("About&nbsp;Us","location='/Page.bok?template=about'");
	menu_service.addMenuItem("In&nbsp;the&nbsp;News","location='/hh_news.php'");
	menu_service.addMenuItem("Contact&nbsp;Us","location='/Page.bok?template=contactus'");
	menu_service.addMenuItem("FAQ","location='/faq/'");
	menu_service.addMenuItem("Shipping","location='/Page.bok?template=shipping'");
	
	menu_video.addMenuItem("Getting&nbsp;a&nbsp;Quote", "location='/video/quote.php'");
	menu_video.addMenuItem("How&nbsp;to&nbsp;Eat&nbsp;a&nbsp;Crab", "location='/Page.bok?template=EatCrabs'");
	menu_video.addMenuItem("How&nbsp;to&nbsp;Steam&nbsp;Shrimp", "location='/Page.bok?template=vShrimp'");
	menu_video.addMenuItem("How&nbsp;to&nbsp;Saute&nbsp;Soft&nbsp;Shell&nbsp;Crabs", "location='/Page.bok?template=vSoftShells'");
	menu_video.addMenuItem("How&nbsp;to&nbsp;Prepare&nbsp;Crab&nbsp;Cakes", "location='/Page.bok?template=vCrabCake'");
	
	menu_recipe.writeMenus();
}
