function mmLoadMenus() {if (window.mm_menu_1) return;window.mm_menu_1 = new Menu("root",122,16,"ＭＳ Ｐゴシック, Osaka",12,"#555555","#808080","#FFFFFF","#EEEEEE","left","middle",3,0,100,-5,7,true,true,true,0,true,true);// メニュー：DIARYmm_menu_1.addMenuItem("2005/02/28","location='"+"0228.html'");mm_menu_1.addMenuItem("2005/03/01","location='"+"0301.html'");mm_menu_1.addMenuItem("2005/03/03","location='"+"0303.html'");mm_menu_1.addMenuItem("2005/03/04","location='"+"0304.html'");mm_menu_1.addMenuItem("2005/03/05","location='"+"0305.html'");mm_menu_1.addMenuItem("2005/03/06","location='"+"0306.html'");mm_menu_1.addMenuItem("2005/03/07","location='"+"0307.html'");mm_menu_1.addMenuItem("2005/03/08","location='"+"0308.html'");mm_menu_1.addMenuItem("2005/03/09","location='"+"0309.html'");// ここまでmm_menu_1.hideOnMouseOut=true;mm_menu_1.bgColor='#555555';mm_menu_1.menuBorder=1;mm_menu_1.menuLiteBgColor='#888888';mm_menu_1.menuBorderBgColor='#CCCCCC';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("- 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();}