function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",69,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
  fw_menu_0.addMenuItem("商品案内","location='syouhin_omatome.html'");
  fw_menu_0.addMenuItem("返済例","location='syouhin_omatome_rei.html'");
  fw_menu_0.addMenuItem("お申込み","location='moshikomi_houhou.html'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",69,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
  fw_menu_1.addMenuItem("商品案内","location='syouhin_furikomi.html'");
  fw_menu_1.addMenuItem("お申込み","location='moshikomi_houhou.html'");
   fw_menu_1.hideOnMouseOut=true;
    window.fw_menu_2_1 = new Menu("商品案内",105,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
    fw_menu_2_1.addMenuItem("ビジネスローン","location='syouhin_bussiness.html#1'");
    fw_menu_2_1.addMenuItem("商業手形割引","location='syouhin_bussiness.html#2'");
    fw_menu_2_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",69,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
  fw_menu_2.addMenuItem(fw_menu_2_1,"location='syouhin_bussiness.html'");
  fw_menu_2.addMenuItem("お申込み","location='moshikomi_houhou.html'");
   fw_menu_2.hideOnMouseOut=true;
   fw_menu_2.childMenuIcon="js/arrows.gif";
    window.fw_menu_3_1 = new Menu("商品案内",105,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
    fw_menu_3_1.addMenuItem("不動産担保ローン","location='syouhin_tanpo.html#1'");
    fw_menu_3_1.addMenuItem("証券担保ローン","location='syouhin_tanpo.html#2'");
     fw_menu_3_1.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",69,18,"MS UI Gothic, Osaka",11,"#000000","#ffffff","#cccccc","#333333");
  fw_menu_3.addMenuItem(fw_menu_3_1,"location='syouhin_tanpo.html'");
  fw_menu_3.addMenuItem("お申込み","location='moshikomi_houhou.html'");
   fw_menu_3.hideOnMouseOut=true;
   fw_menu_3.childMenuIcon="js/arrows.gif";

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