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='#124a02';
oncolor='#ffffff';
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='#ffffff';
pagebgcolor='#124a02';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=120;
left=10;
itemwidth=80;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=/baseball/chblackeagles/;');
aI('showmenu=Schedules;text=Schedules;url=;');
aI('showmenu=Team;text=Team;url=;');
aI('showmenu=Stats;text=Stats;url=;');
aI('showmenu=Links;text=Links;url=;');
aI('text=Admin;url=/bladmin/main.aspx?site=CHBlackEagles;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=Field Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Team')){
style=menuStyle;
aI('text=Scrapbook;url=scrapbook.aspx;');
aI('text=Guestbook;url=guestbook.aspx;');
aI('text=Roster;url=roster.aspx;image=images/lockgrey.gif;');
aI('text=Contact Information;url=rep_contact.aspx;image=images/lockgrey.gif;');
aI('text=Staff/Volunteers;url=staff.aspx;image=images/lockgrey.gif;');
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;image=images/lockgrey.gif;');
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=Sports Illustrated for Kids;url=http://www.sikids.com/;');
aI('text=Greater Gwinn Baseball League;url=http://www.gwinnettbaseball.com/schedulestandings.asp;');
aI('text=USSSA.COM;url=https://www.usssa.com/sports/Team2.asp?State=58&ClassID=42&SeasonID=15;');
aI('text=JB Athletics Tournaments;url=http://jbathletics.samsbiz.com/;');
aI('text=CHAA TRAVEL BASEBALL;url=http://www.chaasports.com/bbtravel.php;');
aI('text=Atlanta Braves MLB;url=http://atlanta.braves.mlb.com/index.jsp?c_id=atl;');
aI('text=Gwinnett Braves;url=http://gwinnett.braves.milb.com/index.jsp?sid=t431;');
aI('text=Sports Parenting;url=custom.aspx?pg=1957;');
}
drawMenus();

