function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",146,17,"Verdana, Arial, Helvetica, sans-serif",10,"#999999","#ffffff","#ffffff","#ff3300");
  fw_menu_0.addMenuItem("network management","window.open('network_management.html', '_self');");
  fw_menu_0.addMenuItem("network security","window.open('network_security.html', '_self');");
  fw_menu_0.addMenuItem("strategic consulting","window.open('strategic_consulting.html', '_self');");
  fw_menu_0.addMenuItem("system design","window.open('system_design.html', '_self');");
  fw_menu_0.addMenuItem("troubleshooting","window.open('trouble_shooting.html', '_self');");
  fw_menu_0.addMenuItem("remote computing","window.open('remote_computing.html', '_self');");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",125,17,"Verdana, Arial, Helvetica, sans-serif",10,"#999999","#ffffff","#ffffff","#ff3300");
  fw_menu_1.addMenuItem("mission statement","window.open('statement.html', '_self');");
  fw_menu_1.addMenuItem("relationship","window.open('relationship.html', '_self');");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",98,17,"Verdana, Arial, Helvetica, sans-serif",10,"#999999","#ffffff","#ffffff","#ff3300");
  fw_menu_2.addMenuItem("Case Study 1","window.open('case_health_care.html', '_self');");
  fw_menu_2.addMenuItem("Case Study 2","window.open('case_enterprise.html', '_self');");
  fw_menu_2.addMenuItem("Case Study 3","window.open('case_education.html', '_self');");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",88,17,"Verdana, Arial, Helvetica, sans-serif",10,"#999999","#ffffff","#ffffff","#ff3300");
  fw_menu_3.addMenuItem("newsroom","window.open('newsroom.html', '_self');");
  fw_menu_3.addMenuItem("newsletters","window.open('newsletters.html', '_self');");
  fw_menu_3.addMenuItem("white paper","window.open('white_paper.html', '_self');");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",82,17,"Verdana, Arial, Helvetica, sans-serif",10,"#999999","#ffffff","#ffffff","#ff3300");
  fw_menu_4.addMenuItem("contact us","window.open('contact_us.html', '_self');");
  fw_menu_4.addMenuItem("downloads","window.open('downloads.html', '_self');");
  fw_menu_4.addMenuItem("links","window.open('links.html', '_self');");
  fw_menu_4.addMenuItem("fun stuff","window.open('fun_stuff.html', '_self');");
   fw_menu_4.hideOnMouseOut=true;

  fw_menu_4.writeMenus();
} // fwLoadMenus()