/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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="#FFCC00";
oncolor="#330066";
offbgcolor="#330066";
offcolor="#FFCC00";
bordercolor="#FFCC00";
borderstyle="solid";
borderwidth="1";
separatorcolor="#FFCC00";
separatorsize="1";
padding="5";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Helvetica, Arial";
pagecolor="#FFCC00";
pagebgcolor="#330066";
headercolor="#000000";
headerbgcolor="#FFFFFF";
subimage="common/menu_arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=112;
left=12;
alwaysvisible=1;
orientation="horizontal";
aI("text=BREAKING NEWS;url=news.php;status=News Articles;itemwidth=170;");
aI("text=Home;showmenu=home;itemwidth=195;");
aI("text=Men's Sports;showmenu=men;itemwidth=195;");
aI("text=Women's Sports;showmenu=women;itemwidth=195;");
}

with(milonic=new menuname("home")){
style=menuStyle;
itemwidth=195;
aI("text=Sports Information Home;url=/athletics/index.php;itemwidth=195;");
aI("text=Williams College Home;url=http://www.williams.edu;itemwidth=195;");
}

with(milonic=new menuname("men")){
style=menuStyle;
overflow="scroll";
aI("text=Baseball;url=sport.php?sport=1;itemwidth=185;");
aI("text=Basketball;url=sport.php?sport=3;itemwidth=185;");
aI("text=Crew;url=sport.php?sport=5;itemwidth=185;");
aI("text=Cross Country;url=sport.php?sport=7;itemwidth=185;");
aI("text=Football;url=sport.php?sport=10;itemwidth=185;");
aI("text=Golf;url=sport.php?sport=11;itemwidth=185;");
aI("text=Ice Hockey;url=sport.php?sport=12;itemwidth=185;");
aI("text=Lacrosse;url=sport.php?sport=14;itemwidth=185;");
aI("text=Alpine Skiing;url=sport.php?sport=16;itemwidth=185;");
aI("text=Nordic Skiing;url=sport.php?sport=31;itemwidth=185;");
aI("text=Soccer;url=sport.php?sport=18;itemwidth=185;");
aI("text=Squash;url=sport.php?sport=20;itemwidth=185;");
aI("text=Swimming & Diving;url=sport.php?sport=22;itemwidth=185;");
aI("text=Tennis;url=sport.php?sport=24;itemwidth=185;");
aI("text=Track & Field;url=sport.php?sport=26;itemwidth=185;");
aI("text=Wrestling;url=sport.php?sport=29;itemwidth=185;");
}

with(milonic=new menuname("women")){
style=menuStyle;
overflow="scroll";
aI("text=Basketball;url=sport.php?sport=4;itemwidth=185;");
aI("text=Crew;url=sport.php?sport=6;itemwidth=185;");
aI("text=Cross Country;url=sport.php?sport=8;itemwidth=185;");
aI("text=Field Hockey;url=sport.php?sport=9;itemwidth=185;");
aI("text=Golf;url=sport.php?sport=34;itemwidth=185;");
aI("text=Ice Hockey;url=sport.php?sport=13;itemwidth=185;");
aI("text=Lacrosse;url=sport.php?sport=15;itemwidth=185;");
aI("text=Alpine Skiing;url=sport.php?sport=17;itemwidth=185;");
aI("text=Nordic Skiing;url=sport.php?sport=30;itemwidth=185;");
aI("text=Soccer;url=sport.php?sport=19;itemwidth=185;");
aI("text=Softball;url=sport.php?sport=2;itemwidth=185;");
aI("text=Squash;url=sport.php?sport=21;itemwidth=185;");
aI("text=Swimming & Diving;url=sport.php?sport=23;itemwidth=185;");
aI("text=Tennis;url=sport.php?sport=25;itemwidth=185;");
aI("text=Track & Field;url=sport.php?sport=27;itemwidth=185;");
aI("text=Volleyball;url=sport.php?sport=28;itemwidth=185;");
}


drawMenus();


