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=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
itemwidth=115;
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#82bee8";
padding=0;
pagebgcolor="#000000";
pagecolor="#99ccff";
separatorcolor="#961d48";
separatorpadding=5
separatorsize=1;
subimagepadding=0;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=135;
overflow="scroll";
style=menuStyle;
top=160;
margin=10
aI("showmenu=club;text=CLUB;");
aI("showmenu=fixtures;text=FIXTURES;");
aI("showmenu=league;text=LEAGUE TABLES;");
aI("showmenu=players;text=PLAYERS;");
aI("text=SPONSORS;url=sponsors.asp");
aI("text=MINI RUGBY;url=mini-rugby.asp;");
aI("text=&nbsp;;");
}

with(milonic=new menuname("club")){
overflow="scroll";
style=menuStyle;
margin=10
top=160
itemwidth=105;
aI("text=About Us;url=about-us.asp");
aI("text=Location;url=location.asp");
aI("text=Training;url=training.asp");
aI("text=Committee;url=committee.asp");
aI("text=Socials;url=satcom.asp");
aI("text=Tours;url=tours.asp");
aI("text=History;url=history.asp");
}

with(milonic=new menuname("fixtures")){
overflow="scroll";
style=menuStyle;
margin=10
top=185
itemwidth=105;
aI("showmenu=archivefixtures1;text=1st XV;");
aI("showmenu=archivefixtures2;text=2nd XV;");
aI("showmenu=archivefixtures3;text=3rd XV;");
aI("showmenu=archivefixtures4;text=Vets;");
}

with(milonic=new menuname("archivefixtures1")){
overflow="scroll";
style=menuStyle;
margin=10
top=185
itemwidth=105;
aI("text=This Season;url=fixtures.asp?team=1");
aI("text=08/09;url=08-09-fixtures.asp?team=1");
aI("text=07/08;url=07-08-fixtures.asp?team=1");
}

with(milonic=new menuname("archivefixtures2")){
overflow="scroll";
style=menuStyle;
margin=10
top=210
itemwidth=105;
aI("text=This Season;url=fixtures.asp?team=2");
aI("text=08/09;url=08-09-fixtures.asp?team=2");
aI("text=07/08;url=07-08-fixtures.asp?team=2");
}

with(milonic=new menuname("archivefixtures3")){
overflow="scroll";
style=menuStyle;
margin=10
top=235
itemwidth=105;
aI("text=This Season;url=fixtures.asp?team=3");
aI("text=08/09;url=08-09-fixtures.asp?team=3");
aI("text=07/08;url=07-08-fixtures.asp?team=3");
}

with(milonic=new menuname("archivefixtures4")){
overflow="scroll";
style=menuStyle;
margin=10
top=260
itemwidth=105;
aI("text=This Season;url=fixtures.asp?team=vets");
aI("text=08/09;url=08-09-fixtures.asp?team=vets");
aI("text=07/08;url=07-08-fixtures.asp?team=vets");
}

with(milonic=new menuname("league")){
overflow="scroll";
style=menuStyle;
margin=10
top=210
itemwidth=105;
aI("text=1st XV;url=http://clubs.rfu.com/Fixtures/MatchByDivision.aspx?DivID=17112081;target=_blank");
aI("text=2nd XV;url=http://www.middlesexmerittable.co.uk/MMT%202009%20Table%20Division%203.htm;target=_blank");
aI("text=3rd XV;url=league-table-3XV.asp");
aI("text=Vets;url=http://www.surreyrugby.com/rugby.asp#1;target=_blank");
}

with(milonic=new menuname("players")){
overflow="scroll";
style=menuStyle;
margin=10
top=235
itemwidth=105;
aI("text=Player Profiles;url=players.asp");
aI("showmenu=poty;text=Player of the Year;");
aI("text=Point Scorers;url=top-scores.asp");
aI("showmenu=motm;text=Man of the Match;");
}

with(milonic=new menuname("poty")){
overflow="scroll";
style=menuStyle;
margin=10
top=262
itemwidth=105;
aI("text=1st XV;url=player-of-the-year.asp?team=1");
aI("text=2nd XV;url=player-of-the-year.asp?team=2");
aI("text=3rd XV;url=player-of-the-year.asp?team=3");
aI("text=Vets;url=player-of-the-year.asp?team=vets");
}

with(milonic=new menuname("motm")){
overflow="scroll";
style=menuStyle;
margin=10
top=325
itemwidth=105;
aI("text=1st XV;url=motm.asp?team=1");
aI("text=2nd XV;url=motm.asp?team=2");
aI("text=3rd XV;url=motm.asp?team=3");
aI("text=Vets;url=motm.asp?team=vets");
}

drawMenus();

