document.write("<table border='0' cellpadding='5' cellspacing='0' align='center' width='100%'>")
document.write("<tr>")
document.write("<td class='menu' align='center'>")
document.write("<a href='index.html'>Home</a> | ")
document.write("<a href='rates.html'>Rates</a> | ")
document.write("<a href='accommodation.html'>Our Accommodation</a> | ")
document.write("<a href='amenities.html'>Amenities</a> | ")
document.write("<a href='attractions.html'>Local Attractions</a> | ")
document.write("<a href='gallery.html'>Gallery</a> | ")
document.write("<a href='location.html'>Location</a> | ")
document.write("<a href='contact.html'>Contact Us</a>")
document.write("</td></tr></table>")
