function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",180,18,"Osaka, MS Gothic",12,"#000000","#FFFFFF","#e3e3e3","#333333");
  fw_menu_0.addMenuItem("東京ライターズバンクとは？","location='../a1.html'");
  fw_menu_0.addMenuItem("情報提供のしくみ","location='../a2.html'");
  fw_menu_0.addMenuItem("登録ライタープロフィール","location='a3.html'");
  fw_menu_0.addMenuItem("ライタープロフィール検索","location='../a4.html'");
  fw_menu_0.addMenuItem("会員の声","location='/koe/list.html'");
  fw_menu_0.addMenuItem("ポリシー","location='../policy.html'");
  fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",180,18,"Osaka, MS Gothic",12,"#000000","#FFFFFF","#e3e3e3","#333333");
  fw_menu_1.addMenuItem("個人ページ申込み","location='../b2.html'");
  fw_menu_1.addMenuItem("登録情報の追加・削除・修正","location='../b3.html'");
  fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",180,18,"Osaka, MS Gothic",12,"#000000","#FFFFFF","#e3e3e3","#333333");
  fw_menu_2.addMenuItem("正式会員登録の流れ","location='../c1.html'");
  fw_menu_2.addMenuItem("新規会員の登録","location='../c2.html'");
  fw_menu_2.addMenuItem("無料メールマガジン申込み","location='../c3.html'");
  fw_menu_2.hideOnMouseOut=true;  window.fw_menu_3 = new Menu("root",180,18,"Osaka, MS Gothic",12,"#000000","#FFFFFF","#e3e3e3","#333333");
  fw_menu_3.addMenuItem("ライター探しのご案内","location='../d1.html'");
  fw_menu_3.addMenuItem("求人依頼申込み","location='http://www.masukomi-kakekomi.com/members/modules/kyujin/'");
  fw_menu_3.addMenuItem("執筆者紹介実績","location='../jisseki/a5.html'");
  fw_menu_3.hideOnMouseOut=true;
 fw_menu_3.writeMenus();
} // fwLoadMenus()

