_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#3F3F3F";
offcolor="White";
onbgcolor="#0055FF";
oncolor="White";
padding="10";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/dots9.gif";
imagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
align="left";
bordercolor="#007FD4";
borderstyle="solid";
borderwidth="5";
fontfamily="Century Gothic";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#002A7F";
offcolor="#ffffff";
onbgcolor="#511A1A";
onbold="bold";
oncolor="#ffffff";
padding="4";
pagecolor="Black";
separatorcolor="#2A0055";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("text=日本語;target=;url=japanese.html;");
aI("showmenu=For teachersWhy your class needs Scratch My BackLEFT_MENU;text=For teachers;target=;url=For-Teachers.html;");
aI("text=Resources;target=;url=Downloads.html;");
aI("text=FAQ;target=;url=FAQ.html;");
}

with(milonic=new menuname("For teachersWhy your class needs Scratch My BackLEFT_MENU")){
style=submenuStyle;
aI("text=Why your class needs Scratch My Back;target=;url=Why-your-class-needs-Scratch-My-Back.html;");
aI("text=ESL Games in the classroom;target=;url=ESL-Games-in-the-classroom.html;");
aI("text=Role Play Ideas;target=;url=Role-Play-Ideas.html;");
}


 drawMenus();
