function fwLoadMenus() {
  if (window.fw_menu_0) return;
   window.fw_menu_0 = new Menu("root",220,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_0.addMenuItem("Overview","location='about_us.htm'");
  fw_menu_0.addMenuItem("Our Mission","location='mission.htm'");
  fw_menu_0.addMenuItem("Areas of Business","location='business.htm'");
  fw_menu_0.addMenuItem("Our Clients","location='our_clients.htm'");
  fw_menu_0.addMenuItem("Practices Areas and Products","location='practice_products.htm'");
  fw_menu_0.addMenuItem("Technical Staff","location='staff.htm'");
  fw_menu_0.addMenuItem("Locations","location='locations.htm'");
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",390,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_1.addMenuItem("Overview","location='practice/practice_areas.htm'");
  fw_menu_1.addMenuItem("Cognitive Engineering Practice","location='practice/practice_cognitive.htm'");
  fw_menu_1.addMenuItem("Command and Control/GIS Practice","location='practice/practice_command.htm'");
  fw_menu_1.addMenuItem("Wireless and Mobile Solutions Practice","location='practice/practice_wireless.htm'");
  fw_menu_1.addMenuItem("Software Engineering and Systems Integration Practice","location='practice/practice_software.htm'");
  fw_menu_1.addMenuItem("Human Performance Engineering Practice","location='practice/practice_human.htm'");
   fw_menu_1.fontWeight="bold";
   fw_menu_1.hideOnMouseOut=true;
   window.fw_menu_2 = new Menu("root",325,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_2.addMenuItem("Overview","location='products/products.htm'");
  fw_menu_2.addMenuItem("Tactical Ground Reporting (TIGR) System","location='products/products_tigr.htm'");
  fw_menu_2.addMenuItem("iGEN: The Cognitive Agent Software Toolkit","location='products/products_igen.htm'");
   fw_menu_2.addMenuItem("Interactive Electronic NATOPS (IE-NATOPS)","location='products/products_natops.htm'");
     
   fw_menu_2.fontWeight="bold";
   fw_menu_2.hideOnMouseOut=true;
   window.fw_menu_3 = new Menu("root",125,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_3.addMenuItem("Contracts","location='contact_us.htm#contracts'");
  fw_menu_3.addMenuItem("Products","location='contact_us.htm#products'");
  fw_menu_3.addMenuItem("Practices","location='contact_us.htm#practices'");
  fw_menu_3.addMenuItem("Offices","location='contact_us.htm#offices'");
  fw_menu_3.addMenuItem("Web Site Issues","location='contact_us.htm#web'");
   fw_menu_3.fontWeight="bold";
   fw_menu_3.hideOnMouseOut=true;
      window.fw_menu_4 = new Menu("root",225,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_4.addMenuItem("Philadelphia Regional Office","location='philadelphia.htm'");
  fw_menu_4.addMenuItem("Orlando Regional Office","location='orlando.htm'");
    fw_menu_4.addMenuItem("San Diego Regional Office","location='sandiego.htm'");
	fw_menu_4.addMenuItem("Virginia Beach Regional Office","location='virginia_beach.html'");
	fw_menu_4.fontWeight="bold";
   fw_menu_4.hideOnMouseOut=true;
   window.fw_menu_5 = new Menu("root",150,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_5.addMenuItem("Job Opportunities","location='job.asp'");
  fw_menu_5.addMenuItem("Internships","location='internship.asp'");
  fw_menu_5.addMenuItem("Co-op","location='coop.asp'");
   fw_menu_5.fontWeight="bold";
   fw_menu_5.hideOnMouseOut=true;
    window.fw_menu_6 = new Menu("root",390,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_6.addMenuItem("Cognitive Engineering Practice","location='publications.htm#cognitive'");
  fw_menu_6.addMenuItem("Command and Control/GIS Practice","location='publications.htm#command'");
  fw_menu_6.addMenuItem("Wireless and Mobile Solutions Practice","location='publications.htm#wireless'");
  fw_menu_6.addMenuItem("Software Engineering and Systems Integration Practice","location='publications.htm#software'");
  fw_menu_6.addMenuItem("Human Performance Engineering Practice ","location='publications.htm#human'");
  fw_menu_6.addMenuItem("Miscellaneous ","location='publications.htm#misc'");
   fw_menu_6.fontWeight="bold";
   fw_menu_6.hideOnMouseOut=true;
   
   
   
  window.fw_menu_7 = new Menu("root",390,18,"Verdana, Arial, Helvetica, sans-serif",12,"#004D8A","#398694","#EDF0F1","#ffffff");
  fw_menu_7.addMenuItem("Cognitive Engineering Practice","location='practice/cognitive_case.htm'");
  fw_menu_7.addMenuItem("Command and Control/GIS Practice","location='practice/command_case.htm'");
  fw_menu_7.addMenuItem("Wireless and Mobile Solutions Practice","location='practice/wireless_case.htm'");
  fw_menu_7.addMenuItem("Software Engineering and Systems Integration Practice","location='practice/software_case.htm'");
  fw_menu_7.addMenuItem("Human Performance Engineering Practice","location='practice/human_case.htm'");
   fw_menu_7.fontWeight="bold";
   fw_menu_7.hideOnMouseOut=true;  

  fw_menu_1.writeMenus();
} // fwLoadMenus()