function fwLoadMenus() {
  if (window.fw_menu_0) return;
    window.fw_menu_0 = new Menu("Profiles",50,15,"Arial","9pt","#0066CC","#FFFFFF","#99CCFF","#0066CC","#3399FF","#3399FF");
  fw_menu_0.addMenuItem("History","location='/history.htm'");
  fw_menu_0.addMenuItem("Staff","location='/profiles.htm'");
  fw_menu_0.hideOnMouseOut=true;
  
    window.fw_menu_1 = new Menu("root",74,15,"Arial","9pt","#0066CC","#FFFFFF","#99CCFF","#0066CC","#3399FF","#3399FF");
  fw_menu_1.addMenuItem("Mission","location='/mission.htm'");
  fw_menu_1.addMenuItem(fw_menu_0,"location='/profiles.htm'");
  fw_menu_1.addMenuItem("Quality","location='/quality.htm'"); 
  fw_menu_1.addMenuItem("Locations","location='/locations.htm'"); 
  fw_menu_1.addMenuItem("Careers","location='/careers.htm'");  
  fw_menu_1.childMenuIcon="/images/menu/1arrow.gif";
  fw_menu_1.hideOnMouseOut=true;


	
    window.fw_menu_10 = new Menu("root",100,15,"Arial","9pt","#0066CC","#FFFFFF","#99CCFF","#0066CC","#3399FF","#3399FF");
  fw_menu_10.addMenuItem("Tape & Reel","location='/tapenreel.htm'");
  fw_menu_10.addMenuItem("Consignment","location='/consign.htm'");
  fw_menu_10.addMenuItem("Crimping","location='/crimp.htm'");
  fw_menu_10.addMenuItem("Refurbishing","location='/refurb.htm'");
  fw_menu_10.addMenuItem("Testing","location='/testing.htm'");
  fw_menu_10.hideOnMouseOut=true;
  
  
  
    window.fw_menu_20 = new Menu("root",80,15,"Arial","9pt","#0066CC","#FFFFFF","#99CCFF","#0066CC","#3399FF","#3399FF");
  fw_menu_20.addMenuItem("Sales","location='/sales.htm'");
  fw_menu_20.addMenuItem("Support","location='/support.htm'"); 
  fw_menu_20.addMenuItem("Live Chat&#153;","location='/livechat.htm'");
  fw_menu_20.hideOnMouseOut=true;
  
  
    window.fw_menu_30 = new Menu("root",80,15,"Arial","9pt","#0066CC","#FFFFFF","#99CCFF","#0066CC","#3399FF","#3399FF");
  fw_menu_30.addMenuItem("USA Contacts","location='index'");
  fw_menu_30.addMenuItem("General Inquires","location='/about/webmaster.htm'");
  fw_menu_30.hideOnMouseOut=true;
  
  fw_menu_30.writeMenus();
} 



function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
