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='#e40a23';
oncolor='#FEFFFF';
offbgcolor='#000000';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#FEFFFF';
pagebgcolor='#e40a23';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=100;
left=10;
itemwidth=80;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=home.aspx;');
aI('showmenu=Team;text=Team;url=;');
aI('showmenu=Stats;text=Stats;url=;');
aI('showmenu=Team Links;text=Team Links;url=;');
aI('showmenu=Frosh/Soph;text=Frosh/Soph;url=;');
aI('showmenu=Hint;text=Hint;url=http://www.montereybeachresort.com;');
aI('showmenu=Facebook;text=Facebook;url=http://www.facebook.com/home.php?sk=group_162474673784076&view=docs#!/home.php?sk=group_162474673784076&ap=1;');
aI('showmenu=Handouts;text=Handouts;url=;');
aI('text=Admin;url=/bladmin/main.aspx?site=Gunnhighschool;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Home')){
style=menuStyle;
aI('text=Schedules;url= ;');
}
with(milonic=new menuname('Team')){
style=menuStyle;
aI('text=Roster;url=roster.aspx;');
aI('text=Contact Information;url=rep_contact.aspx;');
aI('text=Staff/Volunteers;url=staff.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('Team Links')){
style=menuStyle;
aI('text=Hitting ;url=http://picasaweb.google.com/coachdevincentis/Baseball?feat=directlink#;');
aI('text=Explosive  Pitching ;url=http://pitching.com;');
aI('text=BaseballPlayer.com;url=http://www.baseballplayer.com;');
aI('text=Baseball Training Secrets ;url=http://www.baseballtrainingsecrets.com/pages/home.htm;');
aI('text=Pitching Video Clips;url=http://www.pitchingclips.com;');
}
with(milonic=new menuname('Frosh/Soph')){
style=menuStyle;
aI('text=Home;url=http://www.rteamsite.com/baseball/Gunntitansfrosh/home.aspx;');
}
with(milonic=new menuname('Hint')){
style=menuStyle;
}
with(milonic=new menuname('Facebook')){
style=menuStyle;
}
with(milonic=new menuname('Handouts')){
style=menuStyle;
aI('text=Game Rules;url=http://www.rteamsite.com/baseball/Gunnhighschool/Uploaded/Documents/GunnGameRules.pdf;');
aI('text=Handbook;url=http://www.rteamsite.com/baseball/Gunnhighschool/Uploaded/Documents/GunnBaseballHandbook.doc;');
}
drawMenus();

