//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="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="14px";
fontstyle="normal";
// fontweight="bold";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#555555";
offcolor="#DFDFDF";
onbgcolor="#f90016";
oncolor="#ffffff";
padding=5;
pagebgcolor="#f90016";
pagecolor="white";
separatorcolor="#000000";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;

}

with(milonic=new menuname("About")){
style=menuStyle;
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color=#555555, Direction=135, Strength=5)";
aI("status=General Information;text=General Information;url=/About.asp?what=GeneralInfo;");
aI("status=Board;text=Board;url=/About.asp?what=BoardInfo;");
aI("status=Staff;text=Staff;url=/About.asp?what=StaffInfo;");
aI("status=Association History;text=Association History;url=/About.asp?what=HistoryInfo;");
}

with(milonic=new menuname("Development")){
style=menuStyle;
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color=#555555, Direction=135, Strength=5)";
aI("status=Overview;text=Overview;url=/DevOverview.asp;");
aI("status=Clubs;text=Clubs;url=/DevClubs.asp;");
aI("status=Microcourt;text=Microcourt;url=/DevMicrocourt.asp;");
aI("status=Schools;text=Schools;url=/DevSchools.asp;");
aI("status=Juniors;text=Juniors;url=/DevJuniors.asp;");
aI("status=Coaching;text=Coaching;url=/DevCoaching.asp;");
aI("status=Referees;text=Referees;url=/DevReferees.asp;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color=#555555, Direction=135, Strength=5)";
aI("status=Entry Form;text=Entry Form;url=/Tournaments.asp;");
aI("status=Juniors;text=Juniors;url=/EvJuniors.asp;");
aI("status=Seniors;text=Seniors;url=/EvSeniors.asp;");
aI("status=Masters;text=Masters;url=/EvMasters.asp;");
aI("status=Superchamps;text=Superchamps;url=/EvSuperchamps.asp;");
aI("status=Representative;text=Representative;url=/EvRepresentative.asp;");
aI("status=Tournament Calendar;text=Tournament Calendar;url=http://www.squashnz.co.nz/myfiles/Tournament_Calendar_2010.pdf;");

}
with(milonic=new menuname("PlayTheGame")){
style=menuStyle;
overfilter="Fade(duration=0.3);Alpha(opacity=80);Shadow(color=#555555, Direction=135, Strength=5)";
aI("status=Rules;text=Rules;url=/Rules.asp;");
//aI("status=Coaching;text=Coaching;url=/Coaching.asp;");
aI("status=Get Started;text=Get Started;url=/GettingStarted.asp;");
}




