document.write('<TABLE cellpadding="3" cellspacing="0" border="0" width="100%"><tr><td height="25" align="left" background="picts/bg-menu-top.gif">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu-t"><tr><td>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK

document.write('<a href="index.html" class="menuheader-t">Home</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;::&nbsp;&nbsp;<br></td><td>');

document.write('<class="menuheader2">Call us today on 020 8663 1363<br>');
document.write('</td><td width="15">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


// second menu bar

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="75"><tr><td colspan="2">');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" HEIGHT="75" WIDTH="100%" background="picts/banner2.jpg"><tr><td>');
document.write('<a href="index.html"><img src="picts/banner2.jpg" HEIGHT="75"  WIDTH = "100%"border="0"></a><br>');
document.write('</td></tr></table>');

document.write('</td></tr><tr><td bgcolor="#D7D7DC" height="25" align="right" background="picts/bg-menu-bottom.gif">');

document.write('<TABLE cellpadding="0" cellspacing="2" border="0" class="headermenu-b"><tr><td>');


// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 3 LINES TO ADD A LINK


//document.write('<a href="http://holiday.booking-system.net/AvailabilitySearch_Custom.asp?odta=bVQ%3DEGMM%26PVQ%3DD&aid=-1&sopt=17&ropt=751" class="menuheader"><b>CHECK AVAILABILITY</b></a>');

document.write('&nbsp;&nbsp; TAKE A LOOK AT OUR VILLAS>>&nbsp;&nbsp;<br></td><td>');

document.write('<a href="2_Index.html" class="menuheader">2 Bedroom Villa</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;::&nbsp;&nbsp;<br></td><td>');

document.write('<a href="3_Index.html" class="menuheader">3 Bedroom Villa</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;::&nbsp;&nbsp;<br></td><td>');

document.write('<a href="4_Index.html" class="menuheader">4 Bedroom Villa</a><br>');
document.write('</td><td>');
document.write('&nbsp;&nbsp;::&nbsp;&nbsp;<br></td><td>');

document.write('<a href="5_Index.html" class="menuheader">5 Bedroom Villa</a><br>');
document.write('</td><td>');
//document.write('&nbsp;&nbsp;|&nbsp;&nbsp;<br></td><td>');


//document.write('<a href="index.html" class="menuheader">Home</a><br>');
document.write('</td><td width="5">&nbsp;<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');



// DATE SCRIPT

document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');




//  End -->