function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",155,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_0.addMenuItem("About Company","location='index.php?page=about'");
  fw_menu_0.addMenuItem("Contact Us","location='index.php?page=contact'");
  fw_menu_0.addMenuItem("Privacy","location='index.php?page=legal'");
  fw_menu_0.addMenuItem("Site Search","location='index.php?page=search'");
   fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",182,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_1.addMenuItem("QikDraw 9","location='index.php?page=prod-qd9'");
  fw_menu_1.addMenuItem("QikLink","location='index.php?page=qdlink'");
  fw_menu_1.addMenuItem("QikQuote - Shed and Patio","location='index.php?page=qikquote'");
  fw_menu_1.addMenuItem("Customised Solutions","location='index.php?page=customise'");
  fw_menu_1.addMenuItem("Addins: 3D House","location='index.php?page=3dhouse'");
  fw_menu_1.addMenuItem("Addins: QDElect","location='index.php?page=elec'");
  fw_menu_1.addMenuItem("Info for Bus/Gov","location='index.php?page=qdbus'");
  fw_menu_1.addMenuItem("Info for Education","location='index.php?page=qdedu'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",174,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_2.addMenuItem("Pricelist","location='index.php?page=pricelist'");
  fw_menu_2.addMenuItem("Offline Order","location='index.php?page=offlineorderform'");
  fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",183,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_3.addMenuItem("Tutorials / Help Files","location='index.php?page=tutorials'");
  fw_menu_3.addMenuItem("Request Support","location='index.php?page=reqsupport'");
  fw_menu_3.addMenuItem("Report a Bug!","location='index.php?page=reportbug'");
  fw_menu_3.hideOnMouseOut=true;

  window.fw_menu_4 = new Menu("root",183,16,"Arial","9pt","#000000","#ffffff","#E4F4C1","#648D62");
  fw_menu_4.addMenuItem("QD Limited Trial","location='index.php?page=download'");
  fw_menu_4.addMenuItem("QikQuote Demo","location='index.php?page=qikquotedemo'");
  fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
}