


_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="#6699cc";
oncolor="#ffffff";
offbgcolor="#6699cc";
offcolor="#ccffff";
bordercolor="#6699cc";
borderstyle="solid";
borderwidth=1;
separatorcolor="#6699cc";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=0;
left=2;
alwaysvisible=1;
orientation="verticle";
position="relative"; 
itemwidth="110";
borderwidth='3';
aI("image=/Woodstock/images/tiny.gif;");
aI("image=/TurksandCaicosIslands/images/squigblue.gif;");
aI("image=/TurksandCaicosIslands/images/bluebar.gif;");
aI("text=PROPERTY DESCRIPTION;url=/Woodstock/main.htm;status=Property Description;");
aI("text=RESERVATIONS;url=/Woodstock/reservations.htm;status=Rental Reservations;");
aI("text=PHOTO GALLERY;url=/Woodstock/PhotoGallery/photogallery.htm;status=Woodstock Vermont Photos;");
aI("text=LOCAL INFORMATION;url=/Woodstock/info.htm;status=About Woodstock Vermont;");
aI("text=CONTACT US;url=/Woodstock/contact.htm;status=Contact Us;");
aI("text=WOODSTOCK HOME;url=/Woodstock/index.htm;status=Back to Woodstock HOME page;");
aI("image=/TurksandCaicosIslands/images/bluebar.gif;");
aI("image=/TurksandCaicosIslands/images/squigblue.gif;");
aI("text=Turks and Caicos;url=http://www.avacationdestination.com/TurksandCaicosIslands;status=Vacation in the sun and sand on the waterfront of Providenciales;");
aI("text=Vinalhaven Vacation;url=http://www.avacationdestination.com/Vinalhaven;status=Vacation with your family on the waterfront in Maine;");

}



drawMenus();

