_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#DC0000";
borderstyle="Solid";
borderwidth="2";
fontfamily="Verdana";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="DarkBlue";
onbgcolor="Yellow";
onbold="bold";
oncolor="DarkBlue";
padding="5";
pagebgcolor="White";
pagecolor="DarkBlue";
separatorcolor="#DC0000";
separatorsize="2";
subimage="images/on_13x13_blueboxed.gif";
subimagepadding="6";
itemwidth="120";
}

with(submenuStyle=new mm_style()){
bordercolor="Red";
borderstyle="Solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="Yellow";
oncolor="#000000";
padding="4";
pagecolor="Black";
subimage="images/on_13x13_blueboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Phase 1 Introduction;target=;url=phase-1.html;");
aI("text=Phase 1 Resources;target=;url=phase-1-resources.html;");
aI("text=Phase 1 Games;target=;url=phase-1-games.html;");
}


 drawMenus();

