fixMozillaZIndex=true;           // fixes menus showing behind flash content in firefox
_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150;            // The time delay before menus open on mouse over
_subOffsetTop=10;              // Sub menu top offset
_subOffsetLeft=-10;            // Sub menu left offset
with(menuStyle=new mm_style()){
onbgcolor='#f38689';
oncolor='#000000';
offbgcolor='#797071';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#000000';
pagebgcolor='#f38689';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=81;
left=10;
itemwidth=80;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=/soccer/jsc_fundraising/;');
aI('showmenu=Event Info;text=Event Info;url=;');
aI('showmenu=Event Photos;text=Event Photos;url=custom.aspx?pg=434;');
aI('showmenu=Sponsorship;text=Sponsorship;url=;');
aI('showmenu=For Parents;text=For Parents;url=;');
aI('showmenu=For Players;text=For Players;url=;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Results;text=Results;url=;');
aI('showmenu=Rules;text=Rules;url=;');
aI('text=Admin;url=/scadmin/main.aspx?site=JSC_Fundraising;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Home')){
style=menuStyle;
aI('text=Roster;url=roster.aspx;');
}
with(milonic=new menuname('Event Info')){
style=menuStyle;
aI('text=About the Tournament;url=custom.aspx?pg=426;');
aI('text=Tournament Shirt;url=custom.aspx?pg=432;');
aI('text=Team Names;url=custom.aspx?pg=424;');
aI('text=Scrapbook;url=scrapbook.aspx;');
}
with(milonic=new menuname('Event Photos')){
style=menuStyle;
}
with(milonic=new menuname('Sponsorship')){
style=menuStyle;
aI('text=Sponsorship - Major;url=custom.aspx?pg=417;');
aI('text=Sponsorship-Team;url=custom.aspx?pg=418;');
}
with(milonic=new menuname('For Parents')){
style=menuStyle;
aI('text=Tournament Focus;url=custom.aspx?pg=437;');
aI('text=Player/Team4Parents;url=custom.aspx?pg=457;');
}
with(milonic=new menuname('For Players')){
style=menuStyle;
aI('text=Player/Team Listing;url=custom.aspx?pg=429;');
aI('text=Making a Team;url=custom.aspx?pg=422;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Round Robin;url=custom.aspx?pg=420;');
}
with(milonic=new menuname('Results')){
style=menuStyle;
aI('text=Match Scores;url=custom.aspx?pg=435;');
aI('text=Playoff Results;url=custom.aspx?pg=436;');
}
with(milonic=new menuname('Rules')){
style=menuStyle;
aI('text=Field of Play;url=custom.aspx?pg=427;');
aI('text=Laws of the Game;url=custom.aspx?pg=419;');
}
drawMenus();

