function mmLoadMenus() {if (window.mm_menu_1) return;window.mm_menu_1 = new Menu("root",180,16,"ＭＳ Ｐゴシック, Osaka",12,"#913155","#808080","#DEC2CC","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);mm_menu_1.addMenuItem(a,b);mm_menu_1.hideOnMouseOut=true;mm_menu_1.bgColor='#DEC2CC';mm_menu_1.menuBorder=1;mm_menu_1.menuLiteBgColor='#DEC2CC';mm_menu_1.menuBorderBgColor='#913155';window.mm_menu_2 = new Menu("root",240,16,"ＭＳ Ｐゴシック, Osaka",12,"#913155","#808080","#DEC2CC","#FFFFFF","left","middle",3,0,100,-5,7,true,true,true,0,true,true);// メニュー：CONTENTSmm_menu_2.addMenuItem("INDEX","location='"+path+"index.html'");mm_menu_2.addMenuItem("- Message from director","location='"+path+"director/index.html'");mm_menu_2.addMenuItem("- Photo gallery","location='"+path+"gallery/index.html'");mm_menu_2.addMenuItem("- Diary","location='"+path+"diary/index.html'");mm_menu_2.addMenuItem("- Producer's diary","location='"+path+"producer/index.html'");mm_menu_2.addMenuItem("- Producer × Mami","location='"+path+"taidan/index.html'");mm_menu_2.addMenuItem("- Interview","location='"+path+"interview/index.html'");mm_menu_2.addMenuItem("- Q&A 10","location='"+path+"qanda/index.html'");mm_menu_2.addMenuItem("- Present","location='"+path+"present/index.html'");// ここまでmm_menu_2.hideOnMouseOut=true;mm_menu_2.bgColor='#DEC2CC';mm_menu_2.menuBorder=1;mm_menu_2.menuLiteBgColor='#DEC2CC';mm_menu_2.menuBorderBgColor='#913155';mm_menu_2.writeMenus();}