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='#ffd93c';
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='#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=/basketball/ingselect7/;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Gym Locations;text=Gym Locations;url=;');
aI('showmenu=Team;text=Team;url=;');
aI('showmenu=Links;text=Links;url=;');
aI('showmenu=History;text=History;url=;');
aI('text=Admin;url=/bbadmin/main.aspx?site=IngSelect7;image=images/lock.gif;target=_top;');
}
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=Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Gym Locations')){
style=menuStyle;
aI('text=Locations/ Directions;url=http://www.rteamsite.com/basketball/IngSelect6/field_locations.aspx;');
}
with(milonic=new menuname('Team')){
style=menuStyle;
aI('text=Roster;url=roster.aspx;');
aI('text=Contact Information;url=rep_contact.aspx;image=images/lockgrey.gif;');
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=Media Guide;url=http://www.fmc-pc.com/ibsb/6/6media.htm;');
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=Inglemoor Select Main Web Site;url=/league/InglemoorSelect/;');
aI('text=Eastside Traveling League;url=http://www.eteamz.com/etl/;');
}
with(milonic=new menuname('History')){
style=menuStyle;
aI('text=2009 - 2010;url=custom.aspx?pg=371;');
}
drawMenus();

