function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",148,18,"Osaka, MS UI Gothic",12,"#39394a","#f5150d","#bfbfbf","#63657b");
  fw_menu_0.addMenuItem("開閉ドーム","location='index.html'");
  fw_menu_0.addMenuItem("大空間","location='space.html'");
  fw_menu_0.addMenuItem("ユニットラボシステム","location='labsystem.html'");
  fw_menu_0.addMenuItem("交通計画","location='traffic.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",136,18,"Osaka, MS UI Gothic",12,"#39394a","#f5150d","#bfbfbf","#63657b");
  fw_menu_1.addMenuItem("制震構造","location='control.html'");
  fw_menu_1.addMenuItem("免震レトロフィット","location='retrofit.html'");
  fw_menu_1.addMenuItem("免震構造","location='quake.html'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",136,18,"Osaka, MS UI Gothic",12,"#39394a","#f5150d","#bfbfbf","#63657b");
  fw_menu_2.addMenuItem("コジェネ・CSS","location='cogeneration.html'");
  fw_menu_2.addMenuItem("自然換気システム","location='entilation.html'");
  fw_menu_2.addMenuItem("光環境制御","location='optical.html'");
  fw_menu_2.addMenuItem("蓄熱","location='thermal.html'");
  fw_menu_2.addMenuItem("高効率空調システム","location='aircon.html'");
  fw_menu_2.addMenuItem("外断熱通気工法","location='ventilation.html'");
   fw_menu_2.hideOnMouseOut=true;

  fw_menu_2.writeMenus();
} 