function mmLoadMenus(RootURL, isIBO) 
{	
	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",120,21,"Arial, Helvetica, sans-serif",10,"#003366","#FF9900","#DDDDDD","#003366","left","middle",2,1,1000,-5,7,true,true,true,5,false,true);
 
  mm_menu_0707135802_0.addMenuItem("- APPAREL","location='" + StoreURL + "productCategory.asp?cid=2&f1=all'");
  
  //only display PROMO if this is an IBO
  if (isIBO.toLowerCase()=="true")
  {
		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'");
  
  //only display PROMO if this is an IBO
  if (isIBO.toLowerCase()=="true")
  {
		mm_menu_0707135802_0.addMenuItem("- OTC","location='" + StoreURL + "productCategory.asp?cid=4&f1=all'");
  }
  
  mm_menu_0707135802_0.fontWeight="normal";
  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';
    
  //SPECIALS may be added back in at some future date    
 //mm_menu_0707135802_0.addMenuItem("- SPECIALS","location='" + StoreURL + "productCategory.asp?cid=5&f1=all'");
   
 
  //more
  window.mm_menu_0707140335_4 = new Menu("root",153,21,"Arial, Helvetica, sans-serif",10,"#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/default.asp'");
  mm_menu_0707140335_4.fontWeight="normal";
  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();
}
