function GuardarCambiarCiudad(n){if(!$.isEmptyObject($.cookie("Ciudad"))){var t=$.cookie("Ciudad");t!=n&&($.cookie("Ciudad",n,{expires:365,path:"/"}),$.cookie("CinesFavoritos","",{expires:365,path:"/"}))}}function LLenarComboComplejos(n){$("#cmbComplejos").html("<option>Selecciona un cine<\/option>"),$.each(n.Complejos,function(n,t){$("#cmbComplejos").append($("<option/>",{value:t.Clave,text:t.Nombre})),$.uniform.update("#cmbComplejos")}),$(".filtroBusqueda").css("opacity","1")}function selectAction(){var n=$(".filtroBusqueda"),t=$(window).width(),i=$(window).height();t<=896&&i<=414?$(".cont-busqueda-mov").length?n.detach().appendTo(".cont-busqueda-mov"):n.hide():t<=760?$(".cont-busqueda-mov").length?n.detach().appendTo(".cont-busqueda-mov"):n.hide():$(".cont-busqueda-mov").length?n.detach().appendTo(".cont-busqueda-esc"):n.show()}var Ciudades=[];$(document).ready(function(){$.ajax({type:"POST",url:"/manejadores/CiudadesComplejos.ashx?EsVIP="+EsVIP,data:"{}",contentType:"application/json; charset=utf-8",dataType:"json",success:function(n){if($("#cmbCiudades").parent().parent().find(".preloadCircular").remove(),Ciudades=n,Ciudades!=null){var t=parseInt($("#cmbCiudades").val());if(EstaVacio(t)||LLenarComboComplejos(Ciudades[t]),Geolocalizacion!=null)if($.isEmptyObject($.cookie("VistoModalUbicacion")))detectmob()?Geolocalizacion.Ubicame():Geolocalizacion.MostrarModalUbicacion();else if(typeof $.cookie("tour")=="undefined"||$.cookie("tour")=="1"||$.cookie("tour")=="")try{showControls(),activateOptionsTour()}catch(i){}}else jsUtil.fancyAlertRedirect("Error al intentar obtener la lista de ciudades.",window.location.href,"Reintentar")},error:function(n){UsuarioAbortoPeticionAjax(n)||jsUtil.fancyAlertRedirect("Error al intentar obtener la lista de ciudades.",window.location.href,"Reintentar")}});$("#cmbCiudades").on("change",function(){Ciudades.length==0?generarPreloadCircular($("#cmbCiudades").parent().parent()):EstaVacio(Ciudades[this.value])?$("#cmbComplejos").html("<option>Selecciona un cine<\/option>"):LLenarComboComplejos(Ciudades[this.value])});$("#cmbComplejos").on("change",function(){$("#cmbComplejos option").index($("#cmbComplejos option:selected"))>0&&($("#cmbComplejos").parent().css("border",""),$(".btnVerCartelera").trigger("click"))});$("header .btnVerCartelera").click(function(n){var t,i,r;n.preventDefault(),$("#cmbComplejos").parent().css("border",""),t=$("#cmbCiudades option:selected").attr("Clave"),i=EstaVacio($("#cmbComplejos option:selected").attr("value"))?"":$("#cmbComplejos option:selected").attr("value"),EstaVacio($("#cmbCiudades option:selected").attr("Clave"))||(GuardarCambiarCiudad(t),r=EsVIP?"vip/":"",document.location.href=cUtilidades.obtienePrefijoLinksVip(document.location.href)+r+"cartelera/"+t+"/"+i)}),selectAction()}),$(window).smartresize(function(){selectAction()})