_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=5
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#336666";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#A71218";
oncolor="#ffffff";
offbgcolor="#416BBF";
offcolor="#FFFFFF";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=1;
separatorcolor="#bfcccb";
separatorsize="1";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
}




with(sat=new menuname("2")){
style=menuStyle;
aI("text=体験レッスン申込書;url=trialform.asp;status=体験レッスン申込書;");
}

with(sat=new menuname("3")){
style=menuStyle;
aI("text=子供クラスについて;url=kids.asp;status=子供クラスについて;");
aI("text=大人クラスについて;url=adults.asp;status=大人クラスについて;");
aI("text=出張・会社派遣クラス;url=dispatch.asp;status=出張・会社派遣クラス;");
aI("text=ホームステイ;url=homestay.asp;status=ホームステイ;");
aI("text=Traveling in English;url=travel.asp;status=Traveling in English;");
aI("text=講師紹介;url=teachers.asp;status=講師紹介;");
aI("text=歴代講師;url=formerteachers.asp;status=歴代講師;");
aI("text=授業料;url=prices.asp;status=授業料;");
aI("text=年間カレンダー;url=calendar.asp;status=年間カレンダー;");
aI("text=Locations;url=;status=Locations;showmenu=3101;");
}

with(sat=new menuname("3101")){
style=menuStyle;
aI("text=一宮本校;url=ichinomiyaoffice.asp;status=一宮本校;");
aI("text=津島校;url=tsushima.asp;status=津島校;");
}

drawMenus();

