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='#0614D8';
oncolor='#ffffff';
offbgcolor='#0F0B59';
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='#0614D8';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=184;
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=Stats;text=Stats;url=;');
aI('showmenu=Alumni;text=Alumni;url=;');
aI('showmenu=Prospective Players;text=Prospective Players;url=;');
aI('text=Admin;url=/bladmin/main.aspx?site=lakersbaseball;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Game Schedule;url=game_schedule.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=Players Profile;url=custom.aspx?pg=127;');
aI('text=Scrapbook;url=scrapbook.aspx;');
aI('text=Coaching Staff;url=custom.aspx?pg=1449;');
aI('text=News;url=news_archive.aspx;');
aI('text=Announcements;url=announce_archive.aspx;');
}
with(milonic=new menuname('Stats')){
style=menuStyle;
aI('text=Stat Definitions;url=stat_def.aspx;');
aI('text=Team Stats;url=rep_teamstats.aspx;');
aI('text=Individual Stats;url=rep_playerstats.aspx;');
}
with(milonic=new menuname('Alumni')){
style=menuStyle;
aI('text=Where they went;url=custom.aspx?pg=122;');
aI('text=Lakers All-American;url=custom.aspx?pg=123;');
aI('text=Lakers All Regional Players;url=custom.aspx?pg=124;');
aI('text=Lakers Other Achievement;url=custom.aspx?pg=1365;');
}
with(milonic=new menuname('Prospective Players')){
style=menuStyle;
aI('text=Letter to Future Lakers;url=custom.aspx?pg=126;');
aI('text=Iowa Lakes Baseball Sponsors;url=custom.aspx?pg=1324;');
}
drawMenus();

