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='#000000';
oncolor='#ffffff';
offbgcolor='#FF0000';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#ffffff';
pagebgcolor='#000000';
}
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=home.aspx;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Team;text=Team;url=;');
aI('showmenu=Max Preps;text=Max Preps;url=;');
aI('showmenu=Rockford Register Star;text=Rockford Register Star;url=;');
aI('showmenu=Rivals;text=Rivals;url=;');
aI('showmenu=Player Development;text=Player Development;url=;');
aI('showmenu=Advocare;text=Advocare;url=;');
aI('text=Admin;url=/fbadmin/main.aspx?site=knightsfootball;image=images/lock.gif;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Calendar;url=calendar.aspx;');
aI('text=Game Schedule;url=game_schedule.aspx;');
aI('text=Practice Schedule;url=practice_schedule.aspx;');
aI('text=Field Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Team')){
style=menuStyle;
aI('text=Roster;url=roster.aspx;');
aI('text=Guestbook;url=guestbook.aspx;');
aI('text=Scrapbook;url=scrapbook.aspx;');
aI('text=Staff/Volunteers;url=staff.aspx;');
aI('text=News;url=news_archive.aspx;');
aI('text=Announcements ;url=announce_archive.aspx;');
aI('text=Game Summary;url=gamesummary.aspx;');
aI('text=NATS Combine Series;url=http://www.nats.us;');
}
with(milonic=new menuname('Max Preps')){
style=menuStyle;
aI('text=Max Preps;url=http://www.maxpreps.com;');
}
with(milonic=new menuname('Rockford Register Star')){
style=menuStyle;
aI('text=Rockford Register Star;url=http://www.rrstar.com;');
}
with(milonic=new menuname('Rivals')){
style=menuStyle;
aI('text=Rivals;url=http://www.rivals.com;');
}
with(milonic=new menuname('Player Development')){
style=menuStyle;
aI('text=NFL H.S.P.D.;url=http://www.nflyouthpd.com;');
}
with(milonic=new menuname('Advocare')){
style=menuStyle;
aI('text=Advocare;url=custom.aspx?pg=376;');
aI('text=Advocare;url=http://www.advocare.com/090769;');
}
drawMenus();
