function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",129,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc33","#003399","#003399");
fw_menu_0.addMenuItem("Laser Shows","location='lasershows.htm'");
fw_menu_0.addMenuItem("Laser Installations","location='laserinstallations.htm'");
fw_menu_0.addMenuItem("Show Control","location='showcontrolsvc.htm'");
fw_menu_0.addMenuItem("Design Engineering","location='designengineering.htm'");
fw_menu_0.addMenuItem("Water Screens","location='waterscreenssvc2.htm'");
fw_menu_0.addMenuItem("Confetti FX","location='confettifx.htm'");
fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",185,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcc33","#003399","#003399");
fw_menu_1.addMenuItem("Show Control","location='showcontrolprod.htm'");
fw_menu_1.addMenuItem("Lasers","location='lasers.htm'");
fw_menu_1.addMenuItem("BeamBurst Projectors","location='beamburstprojectors.htm'");
fw_menu_1.addMenuItem("Laser Show Playback Systems","location='laserplayback.htm'");
fw_menu_1.addMenuItem("Laser Scanners","location='laserscanners.htm'");
fw_menu_1.addMenuItem("Laser Projectors","location='laserprojectors.htm'");
fw_menu_1.addMenuItem("Speed Signs","location='speedsigns.htm'");
fw_menu_1.addMenuItem("Fiber Lighting","location='fiberlighting.htm'");
fw_menu_1.hideOnMouseOut=true; 
fw_menu_1.writeMenus();
} // fwLoadMenus()