var popupStatus=0;function loadPopup(a){$("#img").hide();$("#loading").show();$("#photo_show").fadeIn("fast");$("#img").attr("src",a).load(function(){$("#loading").hide();$("#img").show()})}function disablePopup(){$("#photo_show").fadeOut("fast",function(){$("#img").attr("src","http://s.teatr-kinoaktera.ru/img/spc.gif")})}function showPopup(a){if(a){loadPopup(a)}}function initPopup(){$("body").append('<div id="photo_show"><img id="loading" src="http://s.teatr-kinoaktera.ru/img/loading.gif" alt="" /><img id="img" src="http://s.teatr-kinoaktera.ru/img/spc.gif" alt="" /></div>');$("#photo_show").css({"position":"absolute","padding":"20px","background-color":"#fff","z-index":"22","text-align":"center","display":"none"})}$(document).ready(function(){initPopup();$("#shedules a").mousemove(function(e){var x=e.pageX+30;var y=e.pageY-60-$("#photo_show").height();if(y<0){y=0}$("#photo_show").css({"left":x+"px","top":y+"px"})});$('#shedules td.perf a').mouseover(function(a){var b=$(this).attr('class').substr(1);if(b>0){showPopup('http://m.teatr-kinoaktera.ru/photos/'+b+'.jpg')}var c=$(this).text();pageTracker._trackEvent('Photo','Show_afisha',c)}).mouseout(disablePopup)});