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='#E85C1B';
oncolor='#000000';
offbgcolor='#E85C1B';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#000000';
pagebgcolor='#E85C1B';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=80;
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=Radar;text=Radar;url=http://www.intellicast.com/Local/Map.aspx;');
aI('showmenu=Stats;text=Stats;url=custom.aspx?pg=3116;image=images/lock.gif;');
aI('showmenu=League Links;text=League Links;url=;');
aI('showmenu=Sponsors;text=Sponsors;url=custom.aspx?pg=2804;');
aI('text=Admin;url=/bladmin/main.aspx?site=LyndonLightning8u;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=2010 Schedule;url=custom.aspx?pg=4028;');
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;');
aI('text=Contact Information;url=rep_contact.aspx;image=images/lockgrey.gif;');
aI('text=Staff/Volunteers;url=staff.aspx;');
aI('text=News;url=news_archive.aspx;');
aI('text=Announcements;url=announce_archive.aspx;');
aI('text=Budget;url=custom.aspx?pg=3924;image=images/lockgrey.gif;');
}
with(milonic=new menuname('Radar')){
style=menuStyle;
}
with(milonic=new menuname('Stats')){
style=menuStyle;
}
with(milonic=new menuname('League Links')){
style=menuStyle;
aI('text=Lyndon Recreation;url=http://www.lyndonrecreation.com/;');
aI('text=Middletown 245-7585;url=http://www.mrasports.com/;');
aI('text=USSSA KY;url=http://www.kentuckyusssa.com/BASEBALL%20HOME/index%202.htm;');
aI('text=USSSA Rules;url=http://www.rteamsite.com/baseball/LyndonLightning8u/Uploaded/Documents/usssarules.pdf;');
aI('text=Middletown Rules;url=http://www.rteamsite.com/baseball/LyndonLightning8u/Uploaded/Documents/MCBLRules9U.doc;');
}
with(milonic=new menuname('Sponsors')){
style=menuStyle;
}
drawMenus();
