fixMozillaZIndex=true;			//Fixes Z-Index problem  with Mozilla browsers
_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='#0d3121';
oncolor='#ffffff';
offbgcolor='#8e8464';
offcolor='#000000';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#ffffff';
pagebgcolor='#0d3121';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=81;
left=10;
itemwidth=75;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=home.aspx;');
aI('showmenu=Calendar;text=Calendar;url=calendar.aspx;');
aI('showmenu=News;text=News;url=news_archive.aspx;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Photos;text=Photos;url=scrapbook.aspx;');
aI('showmenu=Rosters;text=Rosters;url=custom.aspx?pg=424;');
aI('showmenu=Links;text=Links;url=;');
aI('showmenu=Contact;text=Contact;url=custom.aspx?pg=412;');
aI('text=Admin;url=/ladmin/main.aspx?site=jrmustangs;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Calendar')){
style=menuStyle;
}
with(milonic=new menuname('News')){
style=menuStyle;
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Game;url=rep_divschedule.aspx;');
aI('text=Practice;url=rep_pracschedule.aspx;');
aI('text=League Standings;url=rep_divstandings.aspx;');
}
with(milonic=new menuname('Photos')){
style=menuStyle;
}
with(milonic=new menuname('Rosters')){
style=menuStyle;
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=Arena Youth Football League   ;url=http://www.eteamz.com/arenayouthfootball/;');
aI('text=Greater Eastside Jr. Football League   ;url=http://www.gejfa.org;');
aI('text=Redmond HS Football   ;url=http://redmondmustangfootball.com;');
aI('text=WatchGameFilm.com;url=http://www.watchgamefilm.com;');
aI('text=USA Football;url=http://www.usafootball.com/;');
}
with(milonic=new menuname('Contact')){
style=menuStyle;
}
drawMenus();
