	function mmLoadMenus() {
	  if (window.mm_menu_0906154729_0) return;
	  window.mm_menu_0906154729_0 = new Menu("root",330,18,"Georgia",13,"#C39658","#FFFFFF","#1a0c02","#8e4914","left","middle",3,0,400,-5,7,true,true,true,0,true,true);
	  mm_menu_0906154729_0.addMenuItem("Chocolate&nbsp;Holiday&nbsp;Greeting&nbsp;Cards","window.open('holiday-greeting-cards.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Custom&nbsp;Boxed&nbsp;Truffles","window.open('custom-boxed-truffles.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Custom&nbsp;Boxed&nbsp;Truffles&nbsp;With&nbsp;Custom&nbsp;Molded&nbsp;Bar","window.open('custom-boxed-truffles-with-custom-molded-bar.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Popularly&nbsp;Priced&nbsp;Truffles","window.open('popularly-priced-truffles.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Chocologo","window.open('chocologo.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Chocolate&nbsp;Covered&nbsp;Marshmallows","window.open('chocolate-covered-marchmollows.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Chocolate&nbsp;Covered&nbsp;Cookies","window.open('chocolate-covered-cookies.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Ultimate&nbsp;Snack&nbsp;Gift&nbsp;Box","window.open('ultimate-snack-gift-box.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Creative&nbsp;Custom&nbsp;Molds","window.open('creative-custom-molds.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Stock&nbsp;Molds","window.open('products-stock-molds.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Custom&nbsp;Wrapped&nbsp;Chocolate&nbsp;Bars","window.open('custom-wrapped-chocolate-bars.html', '_self');");
	  mm_menu_0906154729_0.addMenuItem("Chocolate&nbsp;Coins","window.open('chocolate-coins.html', '_self');");
  	  mm_menu_0906154729_0.addMenuItem("Chocolate&nbsp;Singles","window.open('chocolate-singles.html', '_self');");
	  mm_menu_0906154729_0.hideOnMouseOut=true;
	  mm_menu_0906154729_0.bgColor='#000000';
	  mm_menu_0906154729_0.menuBorder=1;
	  mm_menu_0906154729_0.menuLiteBgColor='#000000';
	  mm_menu_0906154729_0.menuBorderBgColor='#652908';
	  mm_menu_0906154729_0.writeMenus();
	} // mmLoadMenus()

	var time = 3000;
	var numofitems = 7;
	//menu constructor

	function menu(allitems,thisitem,startstate){
	  callname= "gl"+thisitem;
	  divname="subglobal"+thisitem;
	  this.numberofmenuitems = 7;
	  this.caller = document.getElementById(callname);
	  this.thediv = document.getElementById(divname);
	  this.thediv.style.visibility = startstate;
	}

	//menu methods
	function ehandler(event,theobj){
	  for (var i=1; i<= theobj.numberofmenuitems; i++){
	    var shutdiv =eval( "menuitem"+i+".thediv");
	    shutdiv.style.visibility="hidden";
	  }
	  theobj.thediv.style.visibility="visible";
	}

	function closesubnav(event){
	  if ((event.clientY <48)||(event.clientY > 107)){
	    for (var i=1; i<= numofitems; i++){
	      var shutdiv =eval('menuitem'+i+'.thediv');
	      shutdiv.style.visibility='hidden';
	    }
	  }
	}

	function MM_reloadPage(init) {  //reloads the window if Nav4 resized
	  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
	MM_reloadPage(true);
