function fwLoadMenus() {

  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",145,15,"ＭＳＰゴシック, Osaka",12,"#0000ff","#ffffff","#99cc99","#000099");
  fw_menu_0.addMenuItem("鮨の成田家","location='../naritaya/index.html'");
  fw_menu_0.addMenuItem("おもしろ焼 ふうふう","location='../fuufuu/index.html'");
  fw_menu_0.addMenuItem("飲み喰い処 徳兵衛","location='../tokubee/index.html'");
  fw_menu_0.addMenuItem("本格中華 あまからや","location='../amakaraya/index.html'");
  fw_menu_0.addMenuItem("地魚処・酒処 きらく","location='../kiraku/index.html'");
  fw_menu_0.addMenuItem("レストランバー ラ・ビアン","location='../rabian/index.html'");
  fw_menu_0.addMenuItem("和可奈寿司","location='../wakana/index.html'");

  fw_menu_0.bgImageUp="../img/menu_back1.gif";
  fw_menu_0.bgImageOver="../img/menu_back2.gif";
  fw_menu_0.hideOnMouseOut=true;
  fw_menu_0.writeMenus();
}