


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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

//#295AA5







with(menuStyle=new mm_style()){
onbgcolor="#919F57";
oncolor="#000000";
offbgcolor="#345410";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="center";



}





with(menuStyle_inside=new mm_style()){
onbgcolor="#996600";
oncolor="#ffffff";
offbgcolor="#782A22";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";

align="left";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle2=new mm_style()){
onbgcolor="#404040";
oncolor="#ffffff";
offbgcolor="#E0B710";
offcolor="#000000";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily=" Arial, Verdana, Tahoma";
align="left";


}


with(milonic=new menuname("stillwatermain")){
style=menuStyle;
itemwidth=300;

aI("text=Home;url=./;status=Home;");
aI("text=Tours;url=./tours.html;");
aI("text=Amenities;url=./amenities.html;");
aI("text=Pricing;url=./pricing.html;");
aI("text=Directions;url=./directions.html;");
aI("text=Contact;url=./contact.html;");
aI("text=Weather;url=javascript:weatherPop();");
aI("text=Calendar;url=./calendar.html;");


}






drawMenus();

