///
/// 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="about.html">ABOUT US</a> |');
document.write('<a href="faq.html">FAQ\'s</a> |');
document.write('<a href="contact.html">CONTACT US</a> |');
document.write('<a href="links.php?lang=EN">LINKS</a> |');
document.write('<a href="grupos_form.html">GROUPS</a>');
document.write('</div>');
document.write('<div id="footer">');
document.write('<div align="center">Copyright © 2007-2011 Operadora Turística Jeromi. All rights reserved. Phone: 52(998)845-8258. NEXTEL: 72*13*29342</div>');
//document.write('</div>');


