function fwLoadMenus() {
  if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu("root",150,17,"Verdana, Arial, Helvetica, ssans-serif",10,"#000000","#000000","#FFFDE5","#FBE074");
  fw_menu_0.addMenuItem("Blouses","location='category.asp?category_id=1'");
  fw_menu_0.addMenuItem("Cardigans","location='category.asp?category_id=2'");
  fw_menu_0.addMenuItem("Casual Pants","location='category.asp?category_id=12'");
  fw_menu_0.addMenuItem("Casual Tops","location='category.asp?category_id=13'");
  fw_menu_0.addMenuItem("Dresses","location='category.asp?category_id=3'");
  
  fw_menu_0.addMenuItem("Footwear","location='category.asp?category_id=27'");
  fw_menu_0.addMenuItem("Hosiery/Socks","location='category.asp?category_id=5'");
  
  fw_menu_0.addMenuItem("Skirts","location='category.asp?category_id=8'");
  fw_menu_0.addMenuItem("Slacks","location='category.asp?category_id=9'");  
  fw_menu_0.addMenuItem("Sleepwear","location='category.asp?category_id=6'");
  
  fw_menu_0.addMenuItem("Underwear","location='category.asp?category_id=14'");
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFDE5","#FBE074");
  fw_menu_1.addMenuItem("Cardigans","location='category.asp?category_id=15'");
  fw_menu_1.addMenuItem("Casual Pants ","location='category.asp?category_id=23'");
  fw_menu_1.addMenuItem("Casual Tops","location='category.asp?category_id=19'");
  
  fw_menu_1.addMenuItem("Footwear","location='category.asp?category_id=26'");
  
  fw_menu_1.addMenuItem("Slacks","location='category.asp?category_id=20'");
  fw_menu_1.addMenuItem("Sleepwear","location='category.asp?category_id=17'");
  fw_menu_1.addMenuItem("Socks","location='category.asp?category_id=21'");
  
  fw_menu_1.addMenuItem("Underwear","location='category.asp?category_id=25'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFDE5","#FBE074");
  fw_menu_2.addMenuItem("About Us","location='about.html'");
  fw_menu_2.addMenuItem("About Our Products","location='about_products.html'");
  fw_menu_2.hideOnMouseOut=true;


  fw_menu_2.writeMenus();
} // fwLoadMenus()
