///
/// 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">HOME</a> |');
document.write('<a href="rooms.html">ROOMS</a> |');
document.write('<a href="facilities.html">FACILITIES</a> |');
document.write('<a href="contact.html">CONTACT US</a> |');
document.write('<a href="location.html">LOCATION</a> |');
document.write('<a href="#">LINKS</a> |');
document.write('<a href="gallery/gallery_ing.html">GALLERY</a> |');
document.write('</div>');
document.write('<div id="footer">');
document.write('<div align="center">Copyright &copy; 2011 Operadora Hotelera del Caribe. All rights reserved.</div>');
//document.write('</div>');

