var oMain={};oMain.video={showing:false,sTitle:'',so:'',init:function(){if($("#blk").length<1){$("body").append('<div id="blk"></div>').css({"position":"absolute","top":"0","left":"0","height":"100%","width":"100%","background-color":"#000","z-index":"21","display":"none"})}$("#blk").click(function(){oMain.video.hide()});$('<div id="video"></div>').appendTo($("body")).css({'position':'absolute','display':'none','z-index':22});oMain.video.initSWF();oMain.video.sTitle=$('#performance h1').text();$("#photo a:first").after('<a id="show_video" href="#"><img src="http://s.teatr-kinoaktera.ru/img/video.gif" title="смотреть видео" alt="смотреть видео" /></a>');$("#show_video").click(function(){oMain.video.show();return false});oMain.video.center();$(window).bind("resize",oMain.video.center)},initSWF:function(){so=new SWFObject('http://m.teatr-kinoaktera.ru/video/player.swf','mpl','640','400','9');so.addParam('allowfullscreen','true');so.addParam('flashvars','file=http://m.teatr-kinoaktera.ru/video/'+$('#fplayer').attr('videofile')+'&image=http://m.teatr-kinoaktera.ru/video/'+$('#fplayer').attr('imagefile')+'&skin=http://m.teatr-kinoaktera.ru/video/stylish.swf');so.write('video')},show:function(){oMain.video.initSWF();$("#blk").css({"opacity":"0.7"}).fadeIn();$("#video").fadeIn();pageTracker._trackEvent('Video','Play',oMain.video.sTitle);return false},hide:function(){$("#blk").fadeOut("fast");$("#video").fadeOut("fast");pageTracker._trackEvent('Video','Close',oMain.video.sTitle);return false},center:function(){var a=document.documentElement.clientWidth,windowHeight=document.documentElement.clientHeight,popupWidth=640,popupHeight=400;$("#video").css({"position":"absolute","top":windowHeight/2-popupHeight/2+document.documentElement.scrollTop,"left":a/2-popupWidth/2});$("#blk").css({"height":document.documentElement.scrollHeight})}};$(document).ready(function(){oMain.video.init()});
