function mmLoadMenus(RootURL) 
{	
	var StoreURL = RootURL + "store/";
	
	if (window.mm_menu_0707135802_0) return;
  
  //(label, menuwidth, menuheight, font, fsize, textcolor, hilite color, bg, bgh, halgn, valgn, pad, space, to, sx, sy, srel, opq, vert, idt, aw, ah) 
  //merchandise	
  window.mm_menu_0707135802_0 = new Menu("root",130,21,"Arial, Helvetica, sans-serif",11,"#003366","#FF9900","#DDDDDD","#003366","left","middle",2,1,1000,-5,7,true,true,true,5,false,true);
  //mm_menu_0707135802_0.addMenuItem("- COMING SOON","location='" + StoreURL + "default.asp'");
  
  mm_menu_0707135802_0.addMenuItem("- APPAREL","location='" + StoreURL + "productCategory.asp?cid=2&f1=all'");
  mm_menu_0707135802_0.addMenuItem("- PROMOTIONAL","location='" + StoreURL + "productCategory.asp?cid=1&f1=all'");
  mm_menu_0707135802_0.addMenuItem("- ACCESSORIES","location='" + StoreURL + "productCategory.asp?cid=3&f1=all'");
 mm_menu_0707135802_0.addMenuItem("- SPECIALS","location='" + StoreURL + "productCategory.asp?cid=5&f1=all'"); 
  //mm_menu_0707135802_0.addMenuItem("- OTC","location='" + StoreURL + "productCategory.asp?cid=4&f1=all'");
  mm_menu_0707135802_0.fontWeight="bold";
  mm_menu_0707135802_0.hideOnMouseOut=true;
  mm_menu_0707135802_0.menuBorder=1;
  mm_menu_0707135802_0.menuLiteBgColor='#003366';
  mm_menu_0707135802_0.menuBorderBgColor='#999999';
  mm_menu_0707135802_0.bgColor='#003366';
 
  //more
  window.mm_menu_0707140335_4 = new Menu("root",103,21,"Arial, Helvetica, sans-serif",11,"#003366","#FF9900","#DDDDDD","#003366","left","middle",2,1,1000,-5,7,true,true,true,5,false,true);
  mm_menu_0707140335_4.addMenuItem("- DOWNLOADS","location='" + RootURL + "downloads/'");
  mm_menu_0707140335_4.fontWeight="bold";
  mm_menu_0707140335_4.hideOnMouseOut=true;
  mm_menu_0707140335_4.menuBorder=1;
  mm_menu_0707140335_4.menuLiteBgColor='#003366';
  mm_menu_0707140335_4.menuBorderBgColor='#999999';
  mm_menu_0707140335_4.bgColor='#003366';

  mm_menu_0707140335_4.writeMenus();
}
