fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=2;



<!-- this section controls the appearance of the menus -->
with(menuStyle=new mm_style()){
bordercolor="#10052f";
borderstyle="solid";
borderwidth=2;
fontfamily="Tahoma, Tahoma, Tahoma";
fontsize="133%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF"; <!-- color behind menu choice text (mouse off) -->
offcolor="#000000"; <!-- color of menu choice text (mouse off) -->
onbgcolor="#10052f";  <!-- color behind menu choice text (mouse on) -->
oncolor="#FFFFFF";  <!-- color of menu choice text (mouse on) -->
<!-- outfilter="randomdissolve(duration=0)";-->
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#10052f";
separatorsize=2;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.html;");
aI("text=Registration;url=registration.html;");
aI("text=Players;url=players.html;");
aI("text=Coaches;url=coaches.html;");
aI("text=Umpires;url=umpires.html;");
aI("text=Volunteers;url=volunteers.html;");
aI("text=Calendar;url=calendar.html;");
aI("text=Schedules;url=blank.html;");
aI("text=Standings;url=blank.html;");
aI("text=Downloads;url=downloads.html;");
aI("text=About Us;url=aboutPLL.html");
aI("text=Links;url=downloads.html;");
}


/*aI("text=New LL Rules;url=http://www.littleleague.org/Learn_More/rules/2009_Rule_and_Regulation_Changes.htm;");*/
/*aI("text=Little League Pitching;url=http://www.littleleague.org/Assets/forms_pubs/RR_Changes_BB_09.pdf;");*/


<!--begin section for subchoices under third choice -->
with(milonic=new menuname("Schedules")){
style=menuStyle;
aI("text=Events;url=calendar.html;");
aI("text=TeeBall;url=docs/teeballsked.pdf;");
aI("text=Farms;url=docs/farmssked.pdf;");
aI("text=Minors;url=docs/minorssked.pdf;");
aI("text=Majors;url=docs/majorssked.pdf;");
aI("text=Juniors;url=docs/juniorssked.pdf;");
aI("text=Snack Shack;url=docs/snackshacksked.pdf;");
aI("text=Sunset Table;url=docs/Sunet_table.pdf;");
}


<!--begin section for subchoices under Standings choice -->
with(milonic=new menuname("Standings")){
style=menuStyle;
aI("text=Minors Standings;url=minors_standings.html;");

aI("text=Majors Standings;url=majors_standings.html;");

}


<!--begin section for subchoices under sixth choice -->
with(milonic=new menuname("Forms")){
style=menuStyle;
aI("text=Download 2009 Baseball Registration Form;url=docs/reg_form_2009.doc;");
aI("text=Volunteer Form;url=docs/volunteerapp_09.pdf;");
aI("text=Download Coach/Mgr App;url=docs/mgr_coach_app.doc;");
}

<!--begin section for subchoices under seventh choice -->
with(milonic=new menuname("League Links")){
style=menuStyle;
aI("text=District 7;url=http://www.eteamz.com/CADistrict7/;");
aI("text=Airport;url=http://www.eteamz.com/airport-littleleague/;");
aI("text=Cosumnes;url=http://www.crllbaseball.com/;");
aI("text=East Sac;url=http://www.eteamz.com/eastsacll/index.cfm;");
aI("text=Florin;url=http://www.florinlittleleague.org/;");
aI("text=Land Park;url=http://www.lppll.com/;");
aI("text=Oak Park;url=http://www.pocketlittleleague.com/;");
aI("text=Parkway;url=http://www.pocketlittleleague.com/;");
aI("text=Tahoe Tallac;url=http://www.pocketlittleleague.com/;");
}

drawMenus();

