function fwLoadMenus() {

     window.bfk_1 = new Menu("root",150,15,"MS UI Gothic, Osaka",12,"#444444","#000000","#FFFFFF","#E2F3E2");
     bfk_1.addMenuItem("ご挨拶・会社概要","location='corporate/idea.html'");
     bfk_1.addMenuItem("沿革","location='corporate/history.html'");
     bfk_1.addMenuItem("組織図","location='corporate/org.html'");
     bfk_1.addMenuItem("案内地図","location='corporate/map.html'");
     bfk_1.addMenuItem("環境への取り組み","location='environment/index.html'");
     bfk_1.hideOnMouseOut=true;

     window.bfk_4 = new Menu("root",180,15,"MS UI Gothic, Osaka",12,"#444444","#000000","#FFFFFF","#E2F3E2");
     bfk_4.addMenuItem("採用について・採用スケジュール","location='recruit/index.html'");
     bfk_4.addMenuItem("勤務・待遇、福利厚生・研修","location='recruit/info.html'");
     bfk_4.addMenuItem("エントリーシート","location='https://www.bfk.co.jp/entry/entry.asp'");
     bfk_4.hideOnMouseOut=true;
     bfk_4.writeMenus();
}