


_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



with(menuStyle=new mm_style()){
onbgcolor="#681A1A";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#CB0100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="12";
fontweight="normal";
fontstyle="normal";
fontfamily="arial";

}



with(menuStyle_inside=new mm_style()){
onbgcolor="#681A1A";
oncolor="#ffffff";
offbgcolor="#404040";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontweight="normal";
fontstyle="normal";
fontfamily="arial";

}







with(milonic=new menuname("things")){
style=menuStyle_inside;
itemwidth=250;

aI("text=Fishing;url=http://www.deerrunresort-hayward.com/fishing.html;");
aI("text=Hunting;url=http://www.deerrunresort-hayward.com/hunting.html;");
aI("text=Biking;url=http://www.deerrunresort-hayward.com/biking.html;");
aI("text=Golfing;url=http://www.deerrunresort-hayward.com/golf.html;");
aI("text=Snowmobiling;url=http://www.deerrunresort-hayward.com/snomobiling.html;");
aI("text=Kids;url=http://www.deerrunresort-hayward.com/kids.html;");

}


with(milonic=new menuname("accomodations")){
style=menuStyle_inside;
itemwidth=250;

aI("text=Cabins;url=http://www.deerrunresort-hayward.com/accomodations.html;");
aI("text=Season RV Park;url=http://www.deerrunresort-hayward.com/rv.html;");

}

drawMenus();

