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='#000000';
oncolor='#ffffff';
offbgcolor='#FFCC00';
offcolor='#000000';
bordercolor='#000000';
borderstyle='solid';
borderwidth=0;
separatorcolor='#000000';
separatorsize='1';
padding=4;
fontsize='11';
fontstyle='normal';
fontfamily='Verdana, Tahoma, Arial';
pagecolor='#ffffff';
pagebgcolor='#000000';
}
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/lightning/;');
aI('showmenu=Mission Statement;text=Mission Statement;url=custom.aspx?pg=228;');
aI('showmenu=Lightning History;text=Lightning History;url=custom.aspx?pg=231;');
aI('showmenu=Information;text=Information;url=;');
aI('showmenu=Teams;text=Teams;url=;');
aI('showmenu=Calendar;text=Calendar;url=calendar.aspx;');
aI('showmenu=Sponsor Links;text=Sponsor Links;url=custom.aspx?pg=230;');
aI('showmenu=Photos;text=Photos;url=scrapbook.aspx;');
aI('showmenu=Tryout Information;text=Tryout Information;url=custom.aspx?pg=342;');
aI('text=Admin;url=/ladmin/main.aspx?site=lightning;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Home')){
style=menuStyle;
aI('text=League Home Page;url=http://www.rteamsite.com/league/Lightning/home.aspx;');
}
with(milonic=new menuname('Mission Statement')){
style=menuStyle;
}
with(milonic=new menuname('Lightning History')){
style=menuStyle;
}
with(milonic=new menuname('Information')){
style=menuStyle;
aI('text=News;url=news_archive.aspx;');
aI('text=Announcements;url=announce_archive.aspx;');
aI('text=Forms;url=custom.aspx?pg=122;');
aI('text=FAQ&#39;s ;url=custom.aspx?pg=229;');
}
with(milonic=new menuname('Teams')){
style=menuStyle;
aI('text=14U Lightning Gold;url=http://www.rteamsite.com/baseball/LCLightningGold14u/home.aspx;');
aI('text=14U Lightning Black;url=http://www.rteamsite.com/baseball/LCLightningBlack14u/;');
aI('text=13U Lightning Gold;url=http://www.rteamsite.com/baseball/LCLightning/home.aspx ;');
aI('text=13U Lightning Black;url=http://www.rteamsite.com/baseball/LCLightningBlack/;');
aI('text=12U Lightning Gold;url=http://www.rteamsite.com/baseball/LCLightningGold/;');
aI('text=11U Lightning Gold;url=http://www.rteamsite.com/baseball/lclightninggold11u/;');
aI('text=10U Lightning Gold;url=http://www.rteamsite.com/baseball/lclightninggold10u/;');
aI('text=10U Lightning Black;url=http://www.rteamsite.com/baseball/lclightningblack10u/;');
}
with(milonic=new menuname('Calendar')){
style=menuStyle;
}
with(milonic=new menuname('Sponsor Links')){
style=menuStyle;
}
with(milonic=new menuname('Photos')){
style=menuStyle;
}
with(milonic=new menuname('Tryout Information')){
style=menuStyle;
aI('text=Sitemap;url=sitemap.aspx;');
}
drawMenus();

