<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the menuslide colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#532900";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="brown";
hdrBGColor="#EABF60";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="#ffffad";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="left";
barBGColor="#EABF60";
barFontFamily="Arial";
barFontSize="2";
barFontColor="brown";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Santra Florida Villas", "SITE NAVIGATION")
 //addHdr("Main Index");
addHdr("The Villa Specifications");
addItem("Entrance", "front.html", "_blank");
addItem("Lounge", "lounge.html","_blank");
addItem("Dining Room", "diningroom.html", "_blank");
addItem("Kitchen", "kitchen.html", "_blank");
addItem("Master Bedroom", "masterbr.html", "_blank");
addItem("Master Bathroom", "bathrm1.html", "_blank");
addItem("Bedroom 2", "bedrm2.html", "_blank");
addItem("Bedroom 3", "bedrm3.html", "_blank");
addItem("Bedroom 4", "bedrm4.html", "_blank");
addItem("Bathroom 2", "bathrm2.html", "_blank");
addItem("Pool", "pool.html", "_blank");
addItem("Garage/ Games Room", "garage.html", "_blank");
addHdr("Information");
addItem("Where are we?", "where.html", "_blank");
addItem("Prices", "costs.html", "_blank");
addItem("F.A.Q", "faq.html", "_blank");
addItem("Provisional Booking Form", "form.html", "_blank");
addItem("Shopping", "shops.html", "_blank");
addItem("Links", "links.html", "_blank");
addItem("Contact Us", "mailto:info@santra-florida-villas.com?subject=RE: Villa Enquiry", "");
endMenu()

//-->




