///
/// menu de navegacion footer
/// Jeromi Transfers
/// Fecha : 11/03/2010
/// diseño: Victor Rodriguez
                
document.write('<div id="submenu">');
document.write('<a href="index.html">INICIO</a> |');
document.write('<a href="rooms.html">HABITACIONES</a> |');
document.write('<a href="facilities.html">SERVICIOS</a> |');
document.write('<a href="contact.html">CONTACTOS</a> |');
document.write('<a href="location.html">UBICACION</a> |');
document.write('<a href="links.html">LIGAS DE INTERES</a> |');
document.write('<a href="../gallery/gallery_esp.html">GALERIA</a> |');
document.write('</div>');
document.write('<div id="footer">');
document.write('<div align="center">Copyright &copy; 2011. Operadora Hotelera Caribe-Soft. Derechos reservados.</div>');
//document.write('</div>');

