///
/// 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="about.html">ACERCA DE</a> |');
document.write('<a href="faq.html">FAQ\'s</a> |');
document.write('<a href="contact.html">CONTACTOS</a> |');
document.write('<a href="../links_esp.php?lang=ES">LINKS</a> |');
document.write('<a href="grupos_form.html">GRUPOS</a> |');
document.write('<a href="../pagos.php?action=defa&lang=esp">PAGOS</a>');
document.write('</div>');
document.write('<div id="footer">');
document.write('<div align="center">Copyright © 2007-2011 Operadora Turística Jeromi. Derechos reservados. Teléfono: (998)845-8258. <b>NEXTEL:</b> 72*13*29342</div>');

//document.write('</div>');


