function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",150,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_0.addMenuItem("Overview","location='/about/default.htm'");
  fw_menu_0.addMenuItem("The Chairman","location='/about/chairman.htm'");
  fw_menu_0.addMenuItem("New Promotions","location='/about/promotions.htm'");
  fw_menu_0.addMenuItem("Management Team","location='/about/team.htm'");
  fw_menu_0.addMenuItem("Group Organization","location='/about/team.htm'"); 
  fw_menu_0.addMenuItem("Awards & Recognition","location='/about/awards.htm'");
  fw_menu_0.addMenuItem("Milestones","location='/about/milestones.htm'"); 
  fw_menu_0.hideOnMouseOut=true;
   
  window.fw_menu_1 = new Menu("root",210,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_1.addMenuItem("Aljadeedah Hypermarkets ","location='/aljadeedah/hypermarkets.htm'");
  fw_menu_1.addMenuItem("Aljadeedah Supermarkets ","location='/aljadeedah/supermarkets.htm'");
  fw_menu_1.addMenuItem("Aljadeedah Minimarkets ","location='/aljadeedah/minimarkets.htm'");
  fw_menu_1.addMenuItem("Muscat Creative Vision-Publishing ","location='/aljadeedah/mcv-publishing.htm'");
  fw_menu_1.addMenuItem("Muscat Creative Vision-Decoration ","location='/aljadeedah/mcv-decoration.htm'");    
  fw_menu_1.addMenuItem("Muscat Creative Vision-Animation ","location='/aljadeedah/mcv-animation.htm'");
  fw_menu_1.hideOnMouseOut=true;  
  
  window.fw_menu_2 = new Menu("root",180,18,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_2.addMenuItem("Aljadeedah City Complex ","location='/whitestore/city-complex.htm'");
  fw_menu_2.addMenuItem("Aljadeedah Computer City ","location='/whitestore/computer.htm'");
  fw_menu_2.addMenuItem("Aljadeedah Electronic City ","location='/whitestore/electronic.htm'");
  fw_menu_2.addMenuItem("Aljadeedah Mobile City ","location='/whitestore/mobile.htm'");
  fw_menu_2.addMenuItem("B Cool ","location='/whitestore/b-cool.htm'");
  fw_menu_2.addMenuItem("City Toys ","location='/whitestore/city-toys.htm'");
  fw_menu_2.addMenuItem("D Style ","location='/whitestore/d-style.htm'"); 
  fw_menu_2.addMenuItem("First Step ","location='/whitestore/first-step.htm'");
  fw_menu_2.addMenuItem("Hobby City Toys ","location='/whitestore/hobby-toys.htm'");
  fw_menu_2.addMenuItem("Little Angel ","location='/whitestore/little-angel.htm'");
  fw_menu_2.addMenuItem("Just for Kids ","location='/whitestore/just-for-kids.htm'");
  fw_menu_2.addMenuItem("Real Value ","location='/whitestore/real-value.htm'");
  fw_menu_2.addMenuItem("Simply Smart ","location='/whitestore/simply-smart.htm'");
  fw_menu_2.hideOnMouseOut=true;
  
  window.fw_menu_3 = new Menu("root",200,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_3.addMenuItem("Abdullatif & Sons-Oman ","location='/associated/abdullatif-oman.htm'");
  fw_menu_3.addMenuItem("Abdullatif & Sons-Kuwait ","location='/associated/abdullatif-kuwait.htm'");
  fw_menu_3.addMenuItem("Abdullatif & Sons-UAE ","location='/associated/abdullatif-uae.htm'");
  fw_menu_3.addMenuItem("Abdullatif & Sons-China ","location='/associated/abdullatif-china.htm'");
  fw_menu_3.addMenuItem("Arabian Capitals ","location='/associated/arabian-capitals.htm'");
  fw_menu_3.addMenuItem("Gulf International Medical Centre","location='/associated/medical.htm'");
  fw_menu_3.addMenuItem("Mazoon Shopping Centre ","location='/associated/mazoon.htm'");
  fw_menu_3.addMenuItem("The WearHouse ","location='/associated/wearhouse.htm'");
  fw_menu_3.hideOnMouseOut=true;
  fw_menu_3.writeMenus();
  }