// Menu de Navegacion para CGI
// Diseño: Victor Rodriguez
// Fecha : 5/06/2009


document.write('<table width=100% cellpadding="0" id="menu1" class="ddmx" border="0" bordercolor="#ebebeb" style="BORDER-COLLAPSE: collapse">');
document.write('<td><a class="item1" href="index.html">HOME</a></td>');
document.write('<td><a class="item1" href="javascript:void(0)">DESTINAZIONI</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="cancun.html">CANCUN & RIVIERA MAYA</a>');
document.write('<a class="item2" href="yucatan.html">YUCATAN</a>');
document.write('<a class="item2" href="chiapas.html">CHIAPAS</a>');
document.write('<a class="item2" href="baja_california.html">BAJA CALIFORNIA SUR</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="javascript:void(0)">TOURS</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="#">ESCURSIONI</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="chichenitza.html">CHICHÉN ITZÁ </a>');
document.write('<a class="item2" href="tulum.html">TULÚM</a>');
document.write('<a class="item2" href="coba_cenotes.html">COBÁ & CENOTE</a>');
document.write('<a class="item2" href="isla_mujeres.html">ISLA MUJERES</a>');
document.write('<a class="item2" href="siankaan.html">SIAN KA\'AN</a>');
document.write('<a class="item2" href="encuentro_maya.html">INCONTRO MAYA</a>');
document.write('<a class="item2" href="quad_tour.html">JUNGLE QUAD RUNNER</a>');
document.write('<a class="item2" href="cena_romantica.html">CENA ROMÁNTICA</a>');
document.write('<a class="item2" href="rio_secreto.html">RÍO SECRETO</a>');
document.write('<a class="item2" href="delfines.html">NUOTO CON I DELFINI</a>');
document.write('<a class="item2" href="buceo.html">IMMERSIONI E SNORKELING</a>');
document.write('<a class="item2" href="golf.html">GOLF</a></div>');
document.write('<a class="item2" href="#">CIRCUITI</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="yucatan_express.html">YUCATÁN EXPRESS</a>');
document.write('<a class="item2" href="mini_yucatan.html">MINI YUCATÁN</a>');
document.write('<a class="item2" href="flydrive_yucatan.html">FLY & DRIVE YUCATAN</a>');
document.write('<a class="item2" href="chiapas_express.html">CHIAPAS EXPRESS</a>');
document.write('<a class="item2" href="mundo_maya.html">EL MUNDO MAYA</a>');
document.write('<a class="item2" href="chiapas_colorado.html">CHIAPAS COLORATO</a>');
document.write('<a class="item2" href="flydrive_bc.html">FLY & DRIVE <br>BAJA CALIFORNIA SUR</a></div>');

document.write('<a class="item2" href="crea_tour.html">CREA IL TUO TOUR</a></div>');
document.write('</div></td>');	 							
document.write('<td><a class="item1" href="vuelos.html">VOLI</a></td>');
document.write('<td><a class="item1" href="transfers.html">TRANSFER</a></td>');
document.write('<td><a class="item1" href="ofertas.php?lang=ita"><img src="../images/oferta_blink_ita.gif" border="0"></a></td>');
document.write('<td><a class="item1" href="javascript:void(0)">HOTELS</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="hoteles_cancun.html">CANCUN</a>');
document.write('<a class="item2" href="hoteles_playac.html">PLAYA DEL CARMEN & <br> RIVIERA MAYA</a>');
document.write('<a class="item2" href="hoteles_tulum.html">TULUM</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="info.html">INFORMAZIONI</a></td>');
document.write('<td><a class="item1" href="contacto.html">CONTATTI</a></td>');
document.write('</tr></table>');		

