fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#B40000";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="../../juniors/images/menu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
screenposition="center"
alwaysvisible=1;

orientation="horizontal";
style=menuStyle;
top=167;
aI("text=Home;url=../../index.htm");
aI("text=News;url=../../news_index.htm");
aI("showmenu=ENL;text=ENL;");
aI("showmenu=U18;text=Under 18;");
<!--aI("showmenu=U18II;text=Under 18 II;");-->
aI("showmenu=U16;text=Under 16;");
aI("showmenu=U14;text=Under 14;");
aI("showmenu=U12;text=Under 12;");
aI("showmenu=U10;text=Under 10;");
aI("text=Netminders;url=../../goalies.htm");
aI("showmenu=ClubInfo;text=Club Info;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("ENL")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../enl_roster.htm;")
aI("text=Table & Fixtures;url=../../enl_table.htm;")
aI("text=Statistics;url=../../enl_stat.htm;")
aI("text=Contacts;url=../../enl_contacts.htm;")
}

with(milonic=new menuname("U18")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u18_1_roster.htm;")
aI("text=Table & Fixtures;url=../../u18_1_table.htm;")
aI("text=Statistics;url=../../u18_1_stat.htm;")
aI("text=Contacts;url=../../u18_1_contacts.htm;")
}

/*with(milonic=new menuname("U18II")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u18_2_roster.htm;")
aI("text=Table & Fixtures;url=../../u18_2_table.htm;")
aI("text=Statistics;url=../../u18_2_stat.htm;")
aI("text=Contacts;url=../../u18_2_contacts.htm;")
}*/

with(milonic=new menuname("U16")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u16_roster.htm;")
aI("text=Table & Fixtures;url=../../u16_table.htm;")
aI("text=Statistics;url=../../u16_stat.htm;")
aI("text=Contacts;url=../../u16_contacts.htm;")
}

with(milonic=new menuname("U14")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u14_roster.htm;")
aI("text=Table & Fixtures;url=../../u14_table.htm;")
aI("text=Statistics;url=../../u14_stat.htm;")
aI("text=Contacts;url=../../u14_contacts.htm;")
}

with(milonic=new menuname("U12")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u12_roster.htm;")
aI("text=Table & Fixtures;url=../../u12_table.htm;")
aI("text=Statistics;url=../../u12_stat.htm;")
aI("text=Contacts;url=../../u12_contacts.htm;")
}

with(milonic=new menuname("U10")){
overflow="scroll";
style=menuStyle;
aI("text=Roster;url=../../u10_roster.htm;")
aI("text=Table & Fixtures;url=../../u10_table.htm;")
aI("text=Contacts;url=../../u10_contacts.htm;")
}

with(milonic=new menuname("ClubInfo")){
overflow="scroll";
style=menuStyle;
aI("text=Web Mail;url=../../webmail.htm;")
<!--aI("text=Event Calendar;url=../../calendar.htm;")-->
aI("text=Hockey Schools;url=../../hockey_schools.htm;")
aI("text=Downloads;url=../../club_downloads.htm;")
aI("text=Meetings;url=../../club_meetings.htm;")
aI("text=Contacts;url=../../club_contacts.htm;")
}

with(milonic=new menuname("Links")){
overflow="scroll";
style=menuStyle;
aI("text=Elite League;url=../../elite_links.htm;")
aI("text=EPL;url=../../epl_links.htm;")
aI("text=ENL South;url=../../enl_links.htm;")
aI("text=Junior Clubs;url=../../junior_links.htm;")
}

drawMenus();

