///
/// menu de navegacion footer
/// Jeromi Transfers
/// Fecha : 11/03/2010
/// diseño: Victor Rodriguez
                
//document.write('<div id="submenu">');
document.write('<a href="index.php?lang=ing">HOME</a> | ');
document.write('<a href="destinations.php?lang=eng">DESTINATIONS</a> | ');
document.write('<a href="listado.php?lang=eng">PACKAGES</a> | ');
document.write('<a href="contact.html">CONTACT US</a> | ');
document.write('<a href="who.php">ABOUT US</a> | ');
document.write('<a href="links.php?lang=eng">LINKS</a> | ');
document.write('</div>');
document.write('<div id="footer">');
document.write('<div align="center">Desde México: 01 800 681 1077 :: (998)898-2526 / (998)898-2654 .<br>');
document.write('Copyright © 2009-2011 New Generation Tour & Travel :: All rights reserved </div>');
document.write('</div>');

