

                  
                function reservaht() {                               
                  var page="../wbe/wbe_web_esp.aspx"
                  newwin=window.open("","","resizable=no,location=no,scrollbars=yes,width=1024,height=768,top=0,left=0")
                  newwin.location=page;                   
                  }
				  
				function avionhotel() {                               
					  var page="../esp/plane_package.asp"
					  location.href=page                 
					  }
		
                function menubanquetes() {                               
                   var page="menubanquetes.html"
                   newwin=window.open("","","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=520,height=600,top=100,left=300")
                   newwin.location=page;                   
                   }
				   
				function modcanht() {                               
                   var page="http://wbe.thebelair.com.mx/ssl/wbe/ctrl_resv_ht.asp?cve_corp=TBACUN&cve_hote=TBACUN&ssl=1&origen=TBE&cve_idi=1"
                   newwin=window.open("","","resizable,location=no,scrollbars=yes,width=800,height=600,top=0,left=0")
                   newwin.location=page;                   
                   }
				   
				function despliega_tel() {
					var page="telefonos.html"
					newwin=window.open("","","toolbar=no,resizable=no,status=no,menubar=no,location=no,width=300,height=300,scrollbars=no,top=200,left=200")
					newwin.location=page;
					}
					
				function valida_info() {
					if (document.getElementById("nombre").value == "")
					{
						alert("Debe escribir el nombre.");
						return event.returnvalue = false;
					}
					if (document.getElementById("email").value == "")
					{
						alert("Debe escribir el email.");
						return event.returnvalue = false;
					}  
					if (document.getElementById("email").value.indexOf("@") == -1 || document.getElementById("email").value.indexOf(".") == -1){
						alert("El formato del email no es correcto.");
						return event.returnvalue = false;
					}  
					if (document.getElementById("info").value == "")
					{
						alert("Por favor, indicanos cual es tu Duda o Comentario.");
						return event.returnvalue = false;
					}
					document.form1.submit();
				}
			
			function despliega_reg() {
				var page="http://www.belaircollection.com/esp/pre_registro.aspx"
				newwin=window.open("","","toolbar=no,resizable=no,status=no,menubar=no,location=no,width=600,height=400,scrollbars=no,top=200,left=200")
				newwin.location=page;
			}
			
			function facebook() {
				var page="http://www.facebook.com/pages/Belair-Collection-Cancun/127397857277069"
				newwin=window.open("","","toolbar=no,resizable=yes,status=no,menubar=no,location=no,width=1000,height=600,scrollbars=yes,top=50,left=50")
				newwin.location=page;
			}
			function twitter() {
				var page="http://twitter.com/BelAir_Cancun"
				newwin=window.open("","","toolbar=no,resizable=yes,status=no,menubar=no,location=no,width=1000,height=600,scrollbars=yes,top=50,left=50")
				newwin.location=page;
			}
			function blog() {
				var page="http://belaircollection.blogspot.com"
				newwin=window.open("","","toolbar=no,resizable=yes,status=no,menubar=no,location=no,width=1000,height=600,scrollbars=yes,top=50,left=50")
				newwin.location=page;
			}
			
			function chat() {
				window.open("https://livechat.boldchat.com/aid/6625247189577952510/bc.chat?cwdid=3672975557036542635&amp;wdid=1042355598372557496&amp;vr=&amp;vn=&amp;vi=&amp;ve=&amp;vp=&amp;iq=&amp;curl=","","top=50,left=50,width=640,height=480,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no"); 
			}


