function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",130,17,"Verdana, Helvetica, sans-serif",10,"#000000","#ffffff","#ffffff","#666666");
  fw_menu_0.addMenuItem("Local and Regional","location='localremovals.html'");
  fw_menu_0.addMenuItem("Spain and Portugal","location='spainremovals.html'");
  fw_menu_0.addMenuItem("U.K. and European","location='ukremovals.html'");
  fw_menu_0.addMenuItem("Packing Materials","location='packing.html'");
  fw_menu_0.addMenuItem("Self Packing Kit","location='selfpack.html'");
  fw_menu_0.addMenuItem("W A R N I N G    ! ! !","location='warning.html'");
  fw_menu_0.addMenuItem("Detailed Quotation","location='detailedform.html'");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",120,17,"Verdana, Helvetica, sans-serif",10,"#000000","#ffffff","#ffffff","#666666");
  fw_menu_1.addMenuItem("The Warehouse","location='storage.html'");
  fw_menu_1.addMenuItem("Collection/Delivery","location='storagespain.html'");
  fw_menu_1.addMenuItem("T&C's & Rates","location='storagecostadelsol.html'");
  fw_menu_1.addMenuItem("Self Storage","location='selfstorage.html'");
  fw_menu_1.addMenuItem("Container Truck","location='containertruck.html'");
   fw_menu_1.hideOnMouseOut=true;  
  window.fw_menu_2 = new Menu("root",120,17,"Verdana, Helvetica, sans-serif",10,"#000000","#ffffff","#ffffff","#666666");
  fw_menu_2.addMenuItem("Air Freight Intro","location='airfreight.html'");
  fw_menu_2.addMenuItem("Air Freight Faq","location='airfreightfaq.html'");
  fw_menu_2.addMenuItem("Sea Freight Intro","location='shippingspain.html'");
  fw_menu_2.addMenuItem("Sea Freight Faq","location='shippingmalaga.html'");
  fw_menu_2.addMenuItem("Customs","location='customs.html'");
  window.fw_menu_3 = new Menu("root",122,17,"Verdana, Helvetica, sans-serif",10,"#000000","#ffffff","#ffffff","#666666");
  fw_menu_3.addMenuItem("Dest. Services","location='trade.html'");
  fw_menu_3.addMenuItem("Difficult Access","location='destinationagents.html'");
  fw_menu_3.addMenuItem("Rates (Restricted)","location='/members/index.html'");
  fw_menu_3.addMenuItem("Request Password","location='contactform.html'");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",127,17,"Verdana, Helvetica, sans-serif",10,"#000000","#ffffff","#ffffff","#666666");
  fw_menu_4.addMenuItem("Local Websites","location='links.html'");
  fw_menu_4.addMenuItem("Local Websites 2","location='links1.html'");
  fw_menu_4.addMenuItem("Misc. Websites","location='misc_links.html'");
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} // fwLoadMenus()
