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='#D2D2D0';
oncolor='#000000';
offbgcolor='#094FA3';
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='#D2D2D0';
}
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/jdyf/;');
aI('showmenu=Calendar;text=Calendar;url=calendar.aspx;');
aI('showmenu=Information;text=Information;url=;');
aI('showmenu=Links;text=Links;url=;');
aI('showmenu=Teams;text=Teams;url=;');
aI('showmenu=UTE Conference;text=UTE Conference;url=;');
aI('showmenu=2011 Gremlin Blue;text=2011 Gremlin Blue;url=custom.aspx?pg=803;');
aI('text=Admin;url=/ladmin/main.aspx?site=jdyf;image=images/lock.gif;target=_top;');
}
with(milonic=new menuname('Calendar')){
style=menuStyle;
}
with(milonic=new menuname('Information')){
style=menuStyle;
aI('text=Volunteers;url=custom.aspx?pg=10;');
aI('text=Announcements;url=announce_archive.aspx;');
aI('text=News;url=news_archive.aspx;');
aI('text=Locations;url=locations.aspx;');
aI('text=Photos;url=scrapbook.aspx;');
}
with(milonic=new menuname('Links')){
style=menuStyle;
aI('text=SCCYAA;url=http://www.sccyaa.org;');
aI('text=Diocese of Salt Lake;url=http://www.dioslc.org;');
aI('text=St Johns;url=http://www.sjb-middle.org/;');
aI('text=Juan Diego High School;url=http://www.jdchs.org;');
aI('text=Sportz Filmz;url=http://www.sportzfilmz.com ;');
}
with(milonic=new menuname('Teams')){
style=menuStyle;
aI('text=JD 1st and 2nd Blue;url=http://www.rteamsite.com/football/jdyfblue1st2nd/;');
aI('text=JD Gremlin Blue;url=http://www.rteamsite.com/football/jdyfgremlinblue/;');
aI('text=JD 1st and 2nd Silver;url=http://www.rteamsite.com/football/jdyfsilver1st2nd/;');
aI('text=JD Gremlin;url=http://www.rteamsite.com/football/jdyfgremlinsilver/;');
aI('text=JD Pee Wee;url=http://www.rteamsite.com/football/jdyfpeeweesilver/;');
aI('text=JD Pee Wee Blue;url=http://www.rteamsite.com/football/jdyfpeeweeblue/;');
aI('text=JD Mity Mite;url=http://www.rteamsite.com/football/jdyfmitymite/;');
aI('text=JD Midget;url=http://www.rteamsite.com/football/jdyfmidget/;');
}
with(milonic=new menuname('UTE Conference')){
style=menuStyle;
aI('text=Ute Conference;url=http://www.utefootball.org/;');
}
with(milonic=new menuname('2011 Gremlin Blue')){
style=menuStyle;
aI('text=Sitemap;url=sitemap.aspx;');
}
drawMenus();

