///
/// menu de navegacion
/// Spas en Mexico
/// Fecha : 6/02/2010
/// diseņo: Victor Rodriguez
                
document.write('<table width=100% cellpadding="1" id="menu1" class="ddmx"  border="0" bordercolor="#ebebeb" >');
document.write('<td><a class="item1" href="index.html" title="">HOME</a></td>');
document.write('<td><a class="item1" href="transfers.php?lang=eng" title="">TRANSFERS</a></td>');
document.write('<td><a class="item1" href="privatetours.php?action=def" title="">PRIVATE TOURS</a></td>');
document.write('<td><a class="item1" href="about.html" title="">ABOUT US</a></td>');
document.write('<td><a class="item1" href="faq.html" title="">FAQ\'S</a></td>');
document.write('<td><a class="item1" href="gallery/gallery_ing.html" title="">PHOTO GALLERY</a></td>');
document.write('<td><a class="item1" href="contact.html"  title="">CONTACT US</a></td>');
document.write('</tr></TABLE>');

