﻿function mmLoadMenus() {
  if (window.mm_menu_1) return;
  window.mm_menu_1 = new Menu("root",147,22,"",12,"#FFFFFF","#9a1214","#eb9ab4","#fcbed2","left","middle",5,0,1000,-5,7,true,true,true,0,false,true);
  mm_menu_1.addMenuItem("三つ星カレッジとは？","location='http://www.c-mitsuboshi.com/about/index.html'");
  mm_menu_1.addMenuItem("講師紹介","location='http://www.c-mitsuboshi.com/guidance/college_koushi.html'");
	mm_menu_1.addMenuItem("カリキュラム紹介","location='http://www.c-mitsuboshi.com/guidance/college_annai.html'");
	mm_menu_1.addMenuItem("カレッジ日程･会場","window.open('http://www.c-mitsuboshi.com/pdf/schedule_map.pdf', '_blank');");
	mm_menu_1.addMenuItem("カレッジ概要･お申込み","location='http://www.c-mitsuboshi.com/college_form/index.html'");
	mm_menu_1.fontWeight="bold";
  mm_menu_1.hideOnMouseOut=true;
  mm_menu_1.bgColor='#ffffff';
  mm_menu_1.menuBorder=1;
  mm_menu_1.menuLiteBgColor='#FFFFFF';
  mm_menu_1.menuBorderBgColor='#d8727f';


  if (window.mm_menu_2) return;
  window.mm_menu_2 = new Menu("root",147,22,"",12,"#FFFFFF","#9a1214","#eb9ab4","#fcbed2","left","middle",5,0,1000,-5,7,true,true,true,0,false,true);
  mm_menu_2.addMenuItem("カレッジレポート","location='http://www.c-mitsuboshi.com/member/report/index.html'");
  mm_menu_2.addMenuItem("料理教室レポート","location='http://www.c-mitsuboshi.com/member/reshipi/index.html'");
  mm_menu_2.fontWeight="bold";
  mm_menu_2.hideOnMouseOut=true;
  mm_menu_2.bgColor='#ffffff';
  mm_menu_2.menuBorder=1;
  mm_menu_2.menuLiteBgColor='#FFFFFF';
  mm_menu_2.menuBorderBgColor='#d8727f';

  if (window.mm_menu_3) return;
  window.mm_menu_3 = new Menu("root",147,22,"",12,"#FFFFFF","#9a1214","#eb9ab4","#fcbed2","left","middle",5,0,1000,-5,7,true,true,true,0,false,true);
  mm_menu_3.addMenuItem("暮らしお役立ち情報","location='http://www.c-mitsuboshi.com/oyakudachi/index.html'");
  mm_menu_3.addMenuItem("野菜の豆知識大募集","window.open('https://www.herstory.co.jp/oubocom/yasai/', '_blank');");
  mm_menu_3.addMenuItem("暮らしのヒント大募集","location='http://www.c-mitsuboshi.com/koubo_touhyou/'");
  mm_menu_3.addMenuItem("まるごと旬野菜！","window.open('http://ameblo.jp/mitsuboshi-yasai/', '_blank');");
  mm_menu_3.addMenuItem("三つ星度チェック","window.open('http://www.c-mitsuboshi.com/check2/index.html', '_blank');");
  mm_menu_3.fontWeight="bold";
  mm_menu_3.hideOnMouseOut=true;
  mm_menu_3.bgColor='#ffffff';
  mm_menu_3.menuBorder=1;
  mm_menu_3.menuLiteBgColor='#FFFFFF';
  mm_menu_3.menuBorderBgColor='#d8727f';

  mm_menu_3.writeMenus();

} // mmLoadMenus()