


_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="#1e90ff";
oncolor="#bbbb42";
offbgcolor="#1e90ff";
offcolor="#fafad2";
bordercolor="#1e90ff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1e90ff";
separatorsize="1";
padding=7;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, Helvetica";
pagecolor="#fafad2";
pagebgcolor="#1e90ff";
headercolor="#ccccff";
headerbgcolor="#1e90ff";
subimage="arrowdn.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='navy', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
	style=menuStyle;
	top=1;
	left=0;
	alwaysvisible=1;
	orientation="horizontal";
	position="relative";
	aI("text=Regional Info;url=regionals.html;status=Regional Info;");
	aI("text=Directions;url=directions.html;status=Directions");
	aI("text=Meals;url=restaurants.html;status=Meals");
	aI("text=Hotels;url=hotels.html;status=Hotels");
	aI("text=Maps;showmenu=maps;status=View Maps");
	aI("text=Forms;url=forms.html;status=Forms");
	aI("text=Links;url=links.html;status=Links");	
	}

with(milonic=new menuname("maps")){
style=menuStyle;
aI("text=6K Course Map;url=6kMap.html;status=View Women's Course Map;");
aI("text=8K Course Map;url=8KMap.html;status=View Men's Course Map;");
}

drawMenus();


