document.write("<map name=menu>")
document.write("<area shape=rect alt=Principal coords=600,3,700,25 href=index.php>")
document.write("<area shape=rect alt=Pousada coords=600,28,700,49 href=pousada.html>")
document.write("<area shape=rect alt=Tarifário coords=600,51,700,73 href=tarifa.php>")
document.write("<area shape=rect alt=Praias coords=600,75,700,97 href=praias.html>")
document.write("<area shape=rect alt=Contato coords=600,100,700,120 href=contato.html>")
document.write("<area shape=rect alt=Reservas coords=600,123,700,144 href=reservas.html>")
document.write("<area shape=rect alt=Lazer coords=600,146,700,188 href=lazer.html>")
document.write("<area shape=default nohref>")
document.write("</map>")
