// Menu de Navegacion para CGI
// Diseņo: Victor Rodriguez
// Fecha : 5/06/2009


document.write('<div style="margin-top:12px;">');
document.write('<a href="index.html">HOME</a>');
document.write('<a href="destinations.html">DESTINATIONS</a>');
document.write('<a href="hotel_list.php?action=Sort&orden=nombre">HOTELS</a>');
document.write('<a href="tours.php?action=def">TOURS</a>');
document.write('<a href="#">TRANSPORTATION</a>');
document.write('<a href="contactus.html" >CONTACT US</a>');   
document.write('<a href="aboutus.html">ABOUT US</a>');
document.write('</div>');		
