_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;



with(mainmenuStyle=new mm_style()){
fontfamily="Courier New, Tahoma Arial";
fontstyle="normal";
fontsize="13px";
fontweight='bold';
headerbgcolor="#0000CC";
headercolor="#0000CC";
itemwidth=130;
offbgcolor="transparent";
offcolor="#FFFFFF";
onbgcolor="transparent";
oncolor="#99FFCC";
padding=5;
valign='middle';
}

with(menuStyle=new mm_style()){
bordercolor="#66761d";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight='bold';
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3366FF";
offcolor="#FFFFFF";
onbgcolor="#99FFCC";
oncolor="#0066CC";
outfilter="randomdissolve(duration=0.3)";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor='#ffffff';
separatorpadding=5;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=mainmenuStyle;
top=254;
aI("itemwidth=80;text=Home;url=/;status=Back To Home Page;");
aI("text=The Game;showmenu=Game;");
aI("text=The Community;showmenu=Community;");
aI("text=Online League;showmenu=League;");
aI("text=Other Material;showmenu=Other;");
}

with(milonic=new menuname("Game")){
margin=4;
overflow="no scroll";
style=menuStyle;
aI("text=About EHIS;separatorsize=1;url=emlyn_hughes.php;")
aI("text=EHIS Tips & Trivia;url=trivia.php;")
aI("text=Different Versions of EHIS;url=different_versions.php;")
aI("text=Retee!;url=retee.php;")
aI("text=EHIS Derivatives;separatorsize=1;url=derivatives.php;")
aI("text=Original Reviews of EHIS;url=reviews.php;")
aI("text=EHIS Magazine Clippings;url=magazines.php;")
aI("text=The C64 Manual;separatorsize=1;url=manual.php;")
aI("text=Makers of EHIS;url=makers.php;")
}

with(milonic=new menuname("Community")){
margin=4;
overflow="no scroll";
style=menuStyle;
aI("text=About Us;url=community.php;")
aI("text=Code of Conduct;separatorsize=1;url=code_of_conduct.php;")
aI("text=Active Users;url=active_users.php;")
aI("text=Your User Page;url=user.php;")
aI("text=Live chat;separatorsize=1;url=live_chat.php;target=new")
aI("text=Contact Us;url=contact.php;")

}

with(milonic=new menuname("League")){
margin=4;
overflow="no scroll";
style=menuStyle;
aI("text=About the League;url=online_league.php;")
aI("text=Competition Types;url=competition_types.php;")
aI("text=Rankings Types;url=rankings_types.php;")
aI("text=Stadiums;separatorsize=1;url=server_stadiums.php;")
aI("text=Match Results;url=results.php;")
aI("text=League Statistics;url=statistics.php;")
aI("text=Add New Result;separatorsize=1;url=match.php;")
aI("text=Winners;separatorsize=1;url=trophies.php;")
aI("text=1. Running EHIS on CCS64;url=1_ccs64.php;")
aI("text=2. Playing EHIS Online;url=2_kaillera.php;")
aI("text=3. Becoming an Active Member;url=3_active.php;")
aI("text=4. Playing with Other Members;url=4_others.php;")
aI("text=5. Entering Match Results;url=5_entering.php;")
}

with(milonic=new menuname("Other")){
margin=4;
overflow="no scroll";
style=menuStyle;
aI("text=Games Related to EHIS;url=related_games.php;")
aI("text=Other EHIS Related Stuff;separatorsize=1;url=related.php;")
aI("text=Downloads;separatorsize=1;url=downloads.php;")
aI("text=Links;url=links.php;")
}


drawMenus();

