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='#336633';
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='#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=home.aspx;');
aI('showmenu=Mobile Page;text=Mobile Page;url=custom.aspx?pg=218;');
aI('text=Admin;url=/ladmin/main.aspx?site=SpringSluggers;image=images/lock.gif;');
}
with(milonic=new menuname('Home')){
style=menuStyle;
aI('text=Webmail;url=http://mail.springsluggers.com/mail;');
aI('text=Calendar;url=calendar.aspx;');
aI('text=Domain Direct;url=https://www.domaindirect.com/cgi-bin/cpanel.cgi;');
}
with(milonic=new menuname('Mobile Page')){
style=menuStyle;
}
drawMenus();
