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='#cab073';
oncolor='#13264b';
offbgcolor='#13264b';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#13264b';
pagebgcolor='#cab073';
}
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=/football/modestoramsfootball/;');
aI('showmenu=Join the Rams;text=Join the Rams;url=custom.aspx?pg=384;');
aI('showmenu=Modesto Rams History;text=Modesto Rams History;url=custom.aspx?pg=590;');
aI('showmenu=Registration Details;text=Registration Details;url=custom.aspx?pg=382;');
aI('showmenu=Practice Needs;text=Practice Needs;url=custom.aspx?pg=475;');
aI('showmenu=Coach details;text=Coach details;url=custom.aspx?pg=386;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Roster;text=Roster;url=roster.aspx;');
aI('showmenu=Cheer Leaders;text=Cheer Leaders;url=custom.aspx?pg=383;');
aI('showmenu=Contact Us;text=Contact Us;url=;');
aI('showmenu=Scrapbook;text=Scrapbook;url=scrapbook.aspx;');
aI('text=Admin;url=/fbadmin/main.aspx?site=ModestoRamsFootball;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Join the Rams')){
style=menuStyle;
}
with(milonic=new menuname('Modesto Rams History')){
style=menuStyle;
}
with(milonic=new menuname('Registration Details')){
style=menuStyle;
}
with(milonic=new menuname('Practice Needs')){
style=menuStyle;
}
with(milonic=new menuname('Coach details')){
style=menuStyle;
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Game Schedule;url=game_schedule.aspx;');
aI('text=Calendar;url=calendar.aspx;');
aI('text=Practice Schedule;url=practice_schedule.aspx;');
aI('text=Field Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Roster')){
style=menuStyle;
}
with(milonic=new menuname('Cheer Leaders')){
style=menuStyle;
aI('text=Cheer Roster;url=custom.aspx?pg=591;');
}
with(milonic=new menuname('Contact Us')){
style=menuStyle;
aI('text=Board Members and Coaching Contacts;url=custom.aspx?pg=385;');
}
with(milonic=new menuname('Scrapbook')){
style=menuStyle;
}
drawMenus();

