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='#f2e50f';
oncolor='#000099';
offbgcolor='#000099';
offcolor='#ffffff';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#000099';
pagebgcolor='#f2e50f';
}
with(milonic=new menuname('Main Menu')){
style=menuStyle;
top=141;
left=10;
itemwidth=80;
itemheight=17;
alwaysvisible=1;
orientation='horizontal';
aI('showmenu=Home;text=Home;url=/league/bluedeviltravelers/;');
aI('showmenu=Announcements;text=Announcements;url=announce_archive.aspx;');
aI('showmenu=Sponsors;text=Sponsors;url=custom.aspx?pg=1;');
aI('showmenu=Teams;text=Teams;url=;');
aI('showmenu=Calendar;text=Calendar;url=calendar.aspx;');
aI('showmenu=Information;text=Information;url=;');
aI('showmenu=History of Program;text=History of Program;url=custom.aspx?pg=209;');
aI('text=Admin;url=/ladmin/main.aspx?site=bluedeviltravelers;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Announcements')){
style=menuStyle;
}
with(milonic=new menuname('Sponsors')){
style=menuStyle;
}
with(milonic=new menuname('Teams')){
style=menuStyle;
aI('text=14U Gold;url=http://www.rteamsite.com/baseball/bd14gold/home.aspx;');
aI('text=13U Gold;url=http://www.rteamsite.com/baseball/bd13gold/home.aspx;');
aI('text=13U Blue;url=http://www.rteamsite.com/Baseball/bd13blue/;');
aI('text=12U Gold;url=http://www.rteamsite.com/baseball/bd12gold/home.aspx;');
aI('text=12U Blue;url=http://www.rteamsite.com/Baseball/bd12blue/;');
aI('text=11U Gold;url=http://www.rteamsite.com/baseball/bd11gold/home.aspx;');
aI('text=11U Blue;url=http://www.rteamsite.com/baseball/bd11blue/;');
aI('text=10U Gold;url=http://www.rteamsite.com/baseball/bd10gold/home.aspx;');
}
with(milonic=new menuname('Calendar')){
style=menuStyle;
}
with(milonic=new menuname('Information')){
style=menuStyle;
aI('text=Board Members;url=custom.aspx?pg=14;');
aI('text=General Information ;url=custom.aspx?pg=15;');
aI('text=Resource Center;url=custom.aspx?pg=3;');
aI('text=Our Fields;url=custom.aspx?pg=4;');
aI('text=News;url=news_archive.aspx;');
aI('text=FAQ;url=custom.aspx?pg=6;');
aI('text=Links;url=custom.aspx?pg=7;');
aI('text=Forms;url=custom.aspx?pg=57;');
}
with(milonic=new menuname('History of Program')){
style=menuStyle;
aI('text=Sitemap;url=sitemap.aspx;');
}
drawMenus();

