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='#c52622';
oncolor='#000000';
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='#000000';
pagebgcolor='#c52622';
}
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=Scrapbook;text=Scrapbook;url=;');
aI('showmenu=League Organization;text=League Organization;url=;');
aI('showmenu=Links;text=Links;url=;');
aI('text=Admin;url=/bladmin/main.aspx?site=CobourgBaseballAssociation;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Schedules')){
style=menuStyle;
aI('text=Calendar;url=calendar.aspx;');
aI('text=Game Schedule;url=game_schedule.aspx;');
aI('text=House League Schedules;url=custom.aspx?pg=3540;');
aI('text=Field Locations;url=field_locations.aspx;');
}
with(milonic=new menuname('Scrapbook')){
style=menuStyle;
aI('text=Scrapbook;url=scrapbook.aspx;');
aI('text=Guestbook;url=guestbook.aspx;');
}
with(milonic=new menuname('League Organization')){
style=menuStyle;
aI('text=CBA Board of Directors;url=custom.aspx?pg=3554;');
aI('text=Contact Information;url=rep_contact.aspx;image=images/lockgrey.gif;');
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=Links;url=custom.aspx?pg=3555;');
}
drawMenus();
