function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",120,12,"Arial, Helvetica, sans-serif",10,"#1b2f4b","#ffffff","#ffffff","#1b2f4b");
  fw_menu_0.addMenuItem("What's New &amp; Press","location='press.html'");
  fw_menu_0.addMenuItem("Trade Shows &amp; Events","location='events.html'");
  fw_menu_0.addMenuItem("Company History","location='history.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",130,12,"Arial, Helvetica, sans-serif",10,"#1b2f4b","#ffffff","#ffffff","#1b2f4b");
  fw_menu_1.addMenuItem("Apollo","location='apollo.html'");
  fw_menu_1.addMenuItem("Conquest","location='conquest.html'");
  fw_menu_1.addMenuItem("LonAir Coin","location='lonaircoin.html'");
  fw_menu_1.addMenuItem("Lonbead","location='lonbead.html'");
  fw_menu_1.addMenuItem("Loncoin I","location='loncoin1.html'");
  fw_menu_1.addMenuItem("Loncoin II Featherweight","location='Loncoin_II_Featherweight.html'");
  fw_menu_1.addMenuItem("Loncoin II Flecks","location='loncoin2flecks.html'");
  fw_menu_1.addMenuItem("Londeck","location='londeck.html'");
  fw_menu_1.addMenuItem("Londeck Coin","location='londeckco.html'");
  fw_menu_1.addMenuItem("Londeck Plate","location='londeckpl.html'");
  fw_menu_1.addMenuItem("Londeck Sierra","location='londecksi.html'"); 
  fw_menu_1.addMenuItem("Londeck Wave","location='londeckwv.html'");
  fw_menu_1.addMenuItem("Londot","location='londot.html'");
  fw_menu_1.addMenuItem("Londura","location='londura.html'");
  fw_menu_1.addMenuItem("LonEco","location='loneco.html'");
  fw_menu_1.addMenuItem("LonEco Mesa","location='lonecomesa.html'");
  fw_menu_1.addMenuItem("Lonfloor Flecks","location='lonfloorflecks.html'");
  fw_menu_1.addMenuItem("Lonfloor Galvanized","location='lonfloorgalv.html'");
  fw_menu_1.addMenuItem("Lonfloor Plain","location='lonfloorplain.html'");
  fw_menu_1.addMenuItem("Lonfloor Vista","location='lonfloorvista.html'");
  fw_menu_1.addMenuItem("Lonfoam","location='lonfoam.html'");
  fw_menu_1.addMenuItem("Lonmat Diamond","location='lonmatdd.html'");
  fw_menu_1.addMenuItem("Lonmat UV","location='lonmatuv.html'");
  fw_menu_1.addMenuItem("Lonmetro UV","location='lonmetrouv.html'");
  fw_menu_1.addMenuItem("Lonpearl","location='lonpearl.html'");
  fw_menu_1.addMenuItem("Lonplate I","location='lonplate1.html'");
  fw_menu_1.addMenuItem("Lonplate II","location='lonplate2.html'");
  fw_menu_1.addMenuItem("Lonplate Patina","location='lonplatepatina.html'");
  fw_menu_1.addMenuItem("Lonpoint Moonwalk","location='lonpointmoon.html'");
  fw_menu_1.addMenuItem("Lonsafe","location='lonsonicnebula.html'");
  fw_menu_1.addMenuItem("Lonstage MT","location='lonstagemt.html'");
  fw_menu_1.addMenuItem("Lonstage UV","location='lonstageuv.html'");
  fw_menu_1.addMenuItem("Lonwave Mirage","location='lonwavemirage.html'");
  fw_menu_1.addMenuItem("Lonwood Dakota","location='lonwddakota.html'");
  fw_menu_1.addMenuItem("Lonwood Natural","location='lonwdnatural.html'");
  fw_menu_1.addMenuItem("Lonwood Performa","location='lonwdperforma.html'");
   fw_menu_1.addMenuItem("Lonwood Teak &amp; Holly","location='lonwdteakholly.html'");
  fw_menu_1.addMenuItem("Lonwood With Foam","location='lonwdperforma.html'");
  fw_menu_1.addMenuItem("*Signature Show Floors*","location='signature.html'");
  fw_menu_1.addMenuItem("**TECHNICAL**","location='technical.html'");
      fw_menu_1.hideOnMouseOut=true;
	  window.fw_menu_2 = new Menu("root",78,12,"Arial, Helvetica, sans-serif",10,"#1b2f4b","#ffffff","#ffffff","#1b2f4b");
  fw_menu_2.addMenuItem("Products","location='product-main.html'");
  fw_menu_2.addMenuItem("TECHNICAL","location='technical.html'"); 
  fw_menu_2.hideOnMouseOut=true;
  
  fw_menu_2.writeMenus();
  fw_menu_1.writeMenus();
  
} // fwLoadMenus()
