_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#434f5b";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;

fontstyle="normal";

pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("visiting")){
style=menuStyle;
itemwidth=200
aI("text=Baylor Youth Tournaments;url=/tournaments.asp;");
aI("text=Register Online;url=/registration.asp;");
aI("text=Coaches Corner;url=/coaches.asp;");
}


with(milonic=new menuname("town")){
style=menuStyle;
itemwidth=200
aI("text=Calendar of Events;url=/calendar.aspx;");
aI("text=Photo Gallery;url=/apps/PhotoCategory.aspx;");
}

with(milonic=new menuname("living")){
style=menuStyle;
aI("text=About Baylor;url=/about.asp;");
aI("text=Team Profile;url=/teams.asp;showmenu=teamprofile;");
}

with(milonic=new menuname("teamprofile")){
style=menuStyle;

aI("text=16u Baylor 2010;url=/#;");
aI("text=17u Baylor 2010;url=/#;");
aI("text=15u Baylor Girls 2010;url=/#;");
aI("text=17u Baylor Girls 2010;url=/#;");
aI("text=10u Baylor 2009;url=/PLayer_Listings.asp?teamid=12;");
aI("text=12u Baylor 2009;url=/PLayer_Listings.asp?teamid=14;");
aI("text=14u Baylor Indy Raven 2009;url=/PLayer_Listings.asp?teamid=22;");
aI("text=16u Baylor 2009;url=/PLayer_Listings.asp?teamid=25;");
aI("text=17u Baylor 2009;url=/PLayer_Listings.asp?teamid=23;");
aI("text=17u Baylor Girls 2009;url=/PLayer_Listings.asp?teamid=21;");
aI("text=Team Archive;url=/teams.asp;");
}

drawMenus();
