function mmLoadMenus() {
  if (window.mm_menu_1_0) return;
  window.mm_menu_1_0 = new Menu("root",160,22,"MS UI Gothic, Osaka",12,"#000000","#ffffff","#d5d5d5","#969fce","left","middle",5,0,50,-5,7,true,true,true,5,false,true);
  mm_menu_1_0.addMenuItem("拉麺屋　神楽","location='karaku/index.html'");
  mm_menu_1_0.addMenuItem("もつ鍋　本郷","location='hong-go/index.html'");
  mm_menu_1_0.addMenuItem("天神町南詰　たてまち","location='tatemachi/index.html'");
  mm_menu_1_0.addMenuItem("レストラン　タラソ","location='thalasso/index.html'");
  mm_menu_1_0.addMenuItem("日吉津村のごはん屋","location='gohan/index.html'");
  mm_menu_1_0.addMenuItem("千代のごはん屋","location='chiyo/chiyo.html'"); 
  mm_menu_1_0.addMenuItem("Ｈana４５","location='hana45/index.html'");
  mm_menu_1_0.addMenuItem("大山 八郷(やごう)の里","location='yagou/index.html'");
  mm_menu_1_0.addMenuItem("旅籠　まつや","location='matsuya/index.html'");
  mm_menu_1_0.addMenuItem("さくら鮨","location='sakura/index.html'");
   mm_menu_1_0.hideOnMouseOut=true;
   mm_menu_1_0.menuBorder=0;
   mm_menu_1_0.menuLiteBgColor='#ffffff';
   mm_menu_1_0.menuBorderBgColor='#999999';
   mm_menu_1_0.bgColor='#666666';

  mm_menu_1_0.writeMenus();
} // mmLoadMenus()
