function mmLoadMenus() {  if (window.mm_menu_1) return;  window.mm_menu_1 = new Menu("root",148,18,"",12,"#666666","#FFFFFF","#ffffff","#FFCC66","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);	mm_menu_1.addMenuItem("活力なべ","location='../../katsuryoku.html'");//	mm_menu_1.addMenuItem("ディナーパン","location='../../dinner.html'");//	mm_menu_1.addMenuItem("オールパン（Ｌ）","location='../../allpan.html'");	mm_menu_1.addMenuItem("オールパン（Ｓ）","location='../../allpan.html#allpan_s'");	mm_menu_1.addMenuItem("真空フレッシュボックス","window.open('../../fresh_box.html', '_self');");	mm_menu_1.hideOnMouseOut=true;	mm_menu_1.bgColor='#FF9900';	mm_menu_1.menuBorder=1;	mm_menu_1.menuLiteBgColor='#FFFFFF';	mm_menu_1.menuBorderBgColor='#FF9966';mm_menu_1.writeMenus();} // mmLoadMenus()//popup window//var popUpWin=0;function popUpWindow(URLStr, left, top, width, height){  if(popUpWin)  {    if(!popUpWin.closed) popUpWin.close();  }  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');}function yourFunction(){}
