Aplicacion=Class.create({initialize:function(){if(typeof(Cargador)!="undefined"){this.cargador=new Cargador({anchoPag:800})}if(typeof(Ventana)!="undefined"){ventana=new Ventana()}document.observe("dom:loaded",function(){var c=("https:"==document.location.protocol?"https://ssl.":"http://www.")+"google-analytics.com/ga.js";var a=new Element("script",{src:c});var b=function(){if(!a.readyState||/loaded|complete/.test(a.readyState)){_gaq.push(["_setAccount","UA-503372-16"]);_gaq.push(["_setDomainName","none"]);_gaq.push(["_setAllowLinker",true]);_gaq.push(["_trackPageview"])}};a.observe("load",b);a.observe("readystatechange",b);document.body.appendChild(a)})},ventanaPremio:function(a){var b=$("premio");if(b){b.onclick=function(){new Ajax.Request(b.href,{onSuccess:function(c){ventana.abrirHTML(a,c.responseText,400,100,true)}});return false}}},ventanaPrivacidad:function(a){var b=$("privacidad");if(b){b.onclick=function(){new Ajax.Request(b.href,{onSuccess:function(c){ventana.abrirHTML(a,c.responseText,650,170,true)}});return false}}},onPagCargadaFormSolicitud:function(){this.checkPrivacidad=$("aceptarPrivacidad");if(Prototype.Browser.IE){this.checkPrivacidad.observe("click",this.onChangeCheckPrivacidad.bind(this))}else{this.checkPrivacidad.observe("change",this.onChangeCheckPrivacidad.bind(this))}},onChangeCheckPrivacidad:function(){var a=$("formInformacion_enviar");if(this.checkPrivacidad.checked){a.disabled="";a.removeClassName("botonDeshabilitado")}else{a.disabled="disabled";a.addClassName("botonDeshabilitado")}}});var app=new Aplicacion();
