function abrirVentana(numWindow) {
//CHICHEN

if (numWindow == 76)
{ 	
window.open("http://www.e-travelsolution.com/Reservations/Partners.asp?ID=1&Type=Tours&Asoc=elitour", "_blank", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=630,height=700");
}

//CANCUNCD

//SPRIN BREAK 2005
if (numWindow == 85)
{
window.open("http://www.gospringbreak.com/booking/selectDestination.php?repcode=CancunCD", "_new", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=700,height=650");
}
}


var txt="Information and reservation of hotels and tours to travel Cancun and Riviera Maya  Mexico ................Pictures and postcards, use as wallpapers or enjoy it..................Safe online reservation system................";

function skroll()
{
  window.status=txt;
  txt = txt.substring(1, txt.length) + txt.charAt(0);
  window.setTimeout("skroll()",150);
}
