


_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=/TurksandCaicosIslands/images/tiny.gif;");
aI("image=/TurksandCaicosIslands/images/squigblue.gif;");
aI("image=/TurksandCaicosIslands/images/bluebar.gif;");
aI("text=WHIPSPRAY;url=/TurksandCaicosIslands/whipspraydescription.htm;status=Description of Whipspray Villa;");
aI("text=WHIPSPRAY PHOTOS;url=/TurksandCaicosIslands/whipspraygallery.htm;status=Whipspray Photos;");
aI("text=ROCKSPRAY;url=/TurksandCaicosIslands/rockspraydescription.htm;status=Description of Rockspray Villa;");
aI("text=ROCKSPRAY PHOTOS;url=/TurksandCaicosIslands/rockspraygallery.htm;status=Rockspray Photos;");
aI("text=RESERVATIONS;url=/TurksandCaicosIslands/rates.htm;status=Rental Rates;");
aI("text=LOCAL INFORMATION;url=/TurksandCaicosIslands/localinfo.htm;status=About Turks and Caicos Islands;");
aI("text=GUEST COMMENTS;url=/TurksandCaicosIslands/testimonials.htm;status=What our guests say;");
aI("text=CONTACT US;url=/TurksandCaicosIslands/contact.htm;status=Contact Us;");
aI("text=TCI HOME;url=/TurksandCaicosIslands/index1.htm;status=Back to Turks and Caicos Islands 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=Vinalhaven Vacation;url=http://www.avacationdestination.com/Vinalhaven;status=Vacation with your family on the waterfront in Maine;");
}



drawMenus();

