﻿var __windowHeight = $(window).height(); if (navigator.appName != 'Microsoft Internet Explorer') { if (__windowHeight < 650) { $("#MapaInteractivo").fadeOut() } else { $("#MapaInteractivo").fadeIn() } } else { if (__windowHeight < 650) { $("#MapaInteractivo").fadeOut() } else { $("#MapaInteractivo").fadeIn() } } $(window).bind("resize", function () { var __windowHeight = $(window).height(); if (navigator.appName != 'Microsoft Internet Explorer') { if (__windowHeight < 650) { $("#MapaInteractivo").fadeOut() } else { $("#MapaInteractivo").fadeIn() } } else { if (__windowHeight < 650) { $("#MapaInteractivo").fadeOut() } else { $("#MapaInteractivo").fadeIn() } } }); $(document).ready(function () { $(".MapaButton").mouseover(function () { var __this = $(this); var __mensaje = $("#DivNombre"); __mensaje.queue(function () { $(this).hide().queue(function () { $(this).html(__this.attr("target")).queue(function () { $(this).fadeIn(); $(this).dequeue() }); $(this).dequeue() }); $(this).dequeue() }); if (navigator.appName != 'Microsoft Internet Explorer') { $(".on").each(function () { $(this).hide(); $(this).prev().show() }); $(".off").each(function () { $(this).show() }); __this.find(".off").hide().queue(function () { __this.find(".on").show(); $(this).dequeue() }) } }); $(".MapaButton").click(function () { var __this = $(this); var __mensaje = $("#DivNombre"); __mensaje.queue(function () { $(this).html(__this.attr("target")).queue(function () { $(this).fadeIn(); $(this).dequeue() }); $(this).dequeue() }); window.top.location.href = __this.attr("redirect") }) });
