fixMozillaZIndex=true;			//Fixes Z-Index problem  with Mozilla browsers
_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='#101c93';
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='#101c93';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=81;
left=10;
itemwidth=75;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=/league/neba/;');
aI('showmenu=Calendar;text=Calendar;url=calendar.aspx;');
aI('showmenu=Information;text=Information;url=;');
aI('showmenu=Classes;text=Classes;url=;');
aI('showmenu=Photos;text=Photos;url=scrapbook.aspx;');
aI('showmenu=HAHS;text=HAHS;url=;');
aI('text=Admin;url=/ladmin/main.aspx?site=neba;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Calendar')){
style=menuStyle;
}
with(milonic=new menuname('Information')){
style=menuStyle;
aI('text=Registration;url=custom.aspx?pg=97;');
aI('text=Gift Certificates;url=custom.aspx?pg=106;');
aI('text=Staff Contact Info;url=custom.aspx?pg=96;');
aI('text=Locations;url=locations.aspx;');
aI('text=Announcements;url=announce_archive.aspx;');
aI('text=News;url=news_archive.aspx;');
}
with(milonic=new menuname('Classes')){
style=menuStyle;
aI('text=Hitting Fundamentals;url=custom.aspx?pg=102;');
aI('text=Catchers Clinic;url=custom.aspx?pg=103;');
aI('text=Infield Fundamentals;url=custom.aspx?pg=105;');
aI('text=Pitching Fundamentals;url=custom.aspx?pg=107;');
}
with(milonic=new menuname('Photos')){
style=menuStyle;
}
with(milonic=new menuname('HAHS')){
style=menuStyle;
aI('text=Off Season Conditioning;url=custom.aspx?pg=365;');
}
drawMenus();

