<!--
function fwLoadMenus(t) {
  path="./";
  if (t > 0){
    for (i = 1; i <= t; i++) {
      path =path + "../";
    }
  }
  if (window.fw_menu_0) return;
/* ̗p */
  window.fw_menu_0 = new Menu("Recruiting",79,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_0.addMenuItem("Recruiting","location='" + path +"recruiting/'");
   fw_menu_0.hideOnMouseOut=true;

/* Јē */
  window.fw_menu_1 = new Menu("About Us",95,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_1.addMenuItem("About Us","location='" + path +"aboutus/'");
  fw_menu_1.addMenuItem("Office Map","location='" + path +"aboutus/foothold.html'");
   fw_menu_1.hideOnMouseOut=true;

/* p[gi[ */
  window.fw_menu_2 = new Menu("Partners",90,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_2.addMenuItem("Partners","location='" + path +"partners/'");
   fw_menu_2.hideOnMouseOut=true;

/* T|[g */
  window.fw_menu_3 = new Menu("Support",120,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_3.addMenuItem("GHS","location='" + path +"support/ghs/'");
   fw_menu_3.hideOnMouseOut=true;

/* [X */
  window.fw_menu_4 = new Menu("root",170,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_4.addMenuItem("GHS Support CPU Summary","location='" + path +"release/ghs_support_cpu.html'");
  fw_menu_4.addMenuItem("GHS Release Information","location='" + path +"release/ghs.html'");
  fw_menu_4.addMenuItem("eFOSi Release Information","location='" + path +"release/efosi.html'");
   fw_menu_4.hideOnMouseOut=true;

/* iē */
    window.fw_menu_5_1 = new Menu("Software Development Tools",160,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
    fw_menu_5_1.addMenuItem("Green Hills Products Information","location='" + path +"products/ghs/'");
    fw_menu_5_1.addMenuItem("C/C++ CROSS COMPILER","location='" + path +"products/ghs/cc.html'");
    fw_menu_5_1.addMenuItem("IDE MULTI","location='" + path +"products/ghs/multi.html'");
    fw_menu_5_1.addMenuItem("Debug Server","location='" + path +"products/ghs/server.html'");
    fw_menu_5_1.addMenuItem("ROM Monitor","location='" + path +"products/ghs/rom-monitor.html'");
    fw_menu_5_1.addMenuItem("Coraboration","location='" + path +"products/ghs/coraboration.html'");
    fw_menu_5_1.addMenuItem("GHS Support CPU Summary","location='" + path +"release/ghs_support_cpu.html'");
    fw_menu_5_1.addMenuItem("INTEGRITY (RTOS)","location='" + path +"products/integrity/'");
    fw_menu_5_1.addMenuItem("GH Probe","location='" + path +"products/ghprobe/'");
     fw_menu_5_1.hideOnMouseOut=true;

    window.fw_menu_5_2 = new Menu("RTOS",120,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
    fw_menu_5_2.addMenuItem("INTEGRITY","location='" + path +"products/integrity/'");
    fw_menu_5_2.addMenuItem("eFOSi","location='" + path +"products/efosi/'");
     fw_menu_5_2.hideOnMouseOut=true;

    window.fw_menu_5_3 = new Menu("COMPILER FrontEnd/Liblary",120,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
    fw_menu_5_3.addMenuItem("Edison Design Group","location='" + path +"products/index.html#edg'");
    fw_menu_5_3.addMenuItem("Dinkumware","location='" + path +"products/index.html#dinkm'");
    fw_menu_5_3.addMenuItem("Nullstone","location='" + path +"products/index.html#nulls'");
     fw_menu_5_3.hideOnMouseOut=true;

  window.fw_menu_5 = new Menu("root",160,17,"MS UI Gothic, Osaka",10,"#330099","#333333","#ddffff","#ffffff",path);
  fw_menu_5.addMenuItem("Products List","location='" + path +"products/'");
  fw_menu_5.addMenuItem(fw_menu_5_1,"location='" + path +"products/software.html'");
  fw_menu_5.addMenuItem(fw_menu_5_2,"location='" + path +"products/rtos.html'");
  fw_menu_5.addMenuItem(fw_menu_5_3,"location='" + path +"products/frontend.html'");
   fw_menu_5.hideOnMouseOut=true;
   fw_menu_5.childMenuIcon= path + "arrows.gif";


  fw_menu_5.writeMenus();
} // fwLoadMenus()

//-->
