


_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=/Vinalhaven/images/tiny.gif;");
aI("image=/TurksandCaicosIslands/images/squigblue.gif;");
aI("image=/TurksandCaicosIslands/images/bluebar.gif;");
aI("text=PROPERTY DESCRIPTION;url=/Vinalhaven/vinalhaven.htm;status=Property Description;");
aI("text=RESERVATIONS;url=/Vinalhaven/reservations.htm;status=Rental Reservations;");
aI("text=PHOTO GALLERY;url=/Vinalhaven/photogallery/photogallery.htm;status=Vinalhaven Photos;");
aI("text=LOCAL INFORMATION;url=/Vinalhaven/info.htm;status=About Vinalhaven;");
aI("text=CONTACT US;url=/Vinalhaven/contact.htm;status=Contact Us;");
aI("text=VINALHAVEN HOME;url=/Vinalhaven/index.htm;status=Back to Vinalhaven HOME page;");
aI("image=/TurksandCaicosIslands/images/bluebar.gif;");
aI("image=/TurksandCaicosIslands/images/squigblue.gif;");
aI("text=Woodstock Vacation;url=http://www.avacationdestination.com/Woodstock;status=Take a vacation with your family and pets in beautiful Vermont;");
aI("text=Turks and Caicos Islands;url=http://www.avacationdestination.com/TurksandCaicosIslands;status=Sun, sand and sea vacation on the waterfront of Providenciales;");
}



drawMenus();
