function isIE7() {
	var ua = navigator.userAgent.toLowerCase();
	isIE = (ua.indexOf("msie") != -1 && ua.indexOf("opera") == -1 && ua.indexOf("webtv") == -1); 
	var vers = parseInt(ua.substring(ua.indexOf("msie") + 5, ua.length));
	return (isIE && vers == 7) ? 1 : 0;
}

function ff3() {
	var ua = navigator.userAgent;
	var re = /firefox\/([\d\.]+)/ig;
	var arr = re.exec(ua); /* fucking geck fix */ re.exec(ua);
	if(arr) if (parseInt(arr[1]) >= 3) return true;
	return false
}

function showphotofull(src,alt) {
	var n = 140;
	if (isIE7()) n = 175;
	if (ff3()) n = 175;
	var m = screen.availWidth/2;
	var h = screen.availHeight/2;
	zw = window.open("","zoomwin","left=0, top=0, width=100, height=100, location=no, resizable=yes, menubar=no, scrollbars=no, statusbar=no, toolbar=no");
	zwdata = "<html><head><title>Афиша@Mail.Ru</title><link href='/style.css' rel='stylesheet' type=text/css><script type='text/javascript'>function rwin() { window.resizeTo(document.images['imgfile'].width+50, document.images['imgfile'].height+" + n + "); var sleva = " + m + " - 20 - ((document.getElementById('imgfile').width)/2); var verh = " + h + " - 25 - ((document.getElementById('imgfile').height)/2); self.moveTo(sleva,verh); } </script></head><body marginheight='0' marginwidth='0' onload='rwin()'>\
	<table cellspacing=0 cellpadding=0>\
	<td><!--TopList COUNTER--><script language='JavaScript'><!--\
		d=document;a='';a+=';r='+escape(d.referrer)\
		js=10//--></script><script language='JavaScript1.1'><!--\
		a+=';j='+navigator.javaEnabled()\
		js=11//--></script><script language='JavaScript1.2'><!--\
		s=screen;a+=';s='+s.width+'*'+s.height\
		a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth)\
		js=12//--></script><script language='JavaScript1.3'><!--\
		js=13//--></script><script language='JavaScript'><!--\
		d.write('<img src='http://top3.list.ru/counter'+\
		'?id=87520;js='+js+a+';rand='+Math.random()+\
		'' alt='' height=1 width=1>')\
		if(js>11)d.write('<'+'!-- ')//--></script><noscript><img src='http://top3.list.ru/counter?js=na;id=87520' height=1 width=1 alt=''></noscript><script language='JavaScript'><!--\
		if(js>11)d.write('--'+'>')//--></script></td>\
	<td><img src='http://www.tns-counter.ru/V13a****mail_ru/ru/CP1251/tmsec=mail_afisha/' width=1 height=1></td>\
	</table>\
	<table width=90% cellpadding=0 cellspacing=0 border=0 align=center><tr><td align=center><table width=100% height=27 border=0 cellpadding=0 cellspacing=0 class=header_foto bgcolor=#00468C><tr><td class=vcor><img src=http://img.mail.ru/1.gif width=1 height=1></td><td class=logo><a href='http://afisha.mail.ru/' onclick='opener.location=this.href;self.close();return false;'><img src=http://afisha.mail.ru/img/prjlogo_afisha.gif alt='Афиша' title='Афиша' border=0 height=21 width=77></a><a href='http://mail.ru/' onclick='opener.location=this.href;self.close();return false;'><img src=http://afisha.mail.ru/img/prjlogo_mail.gif alt='@Mail.Ru' title='@Mail.Ru' border=0 height=21 width=104></a></td><td nowrap class=text><a href='' onclick='window.close()'>Закрыть окно</a></td><td class=vcor><img src=http://img.mail.ru/1.gif width=1 height=1></td></tr></table><img id='imgfile' src="+ src +" border='0'><br><div align=right class='pt3 tah t70 grey'>"+ alt +"</div></td></tr></table></body></html>";
	zw.document.open();
	zw.document.write(zwdata);
	zw.document.close();
}

function showvideo(src,width,height,align,length) {
	trailerurlmatch=src.match(/(\w+)\/(\w+)\/(\w+)\/(\d+)\.html/i);
	document.write('<script type="text/javascript">\
	var videoView;\
	var videoMailRu;\
	function videoPortal() {\
		if (videoView && videoView.close) videoView.close();\
		videoMailRu = open("http://video.mail.ru","videoMailRu","");\
	}\
	function showtrailer() {\
		videoView= open("/vidview.html?url='+src+'\","videoView","width=580,height=480,status=yes,toolbar=no,menubar=no");\
	}\
	</script>\
   <div class=video style=float:'+align+'><a href="#" onclick="showtrailer();return false;" target=_blank><img src="http://img.video.mail.ru/images/'+trailerurlmatch[1]+'='+trailerurlmatch[2]+'='+trailerurlmatch[3]+'=p-'+trailerurlmatch[4]+'.jpg" alt="Видеоролик" title="Видеоролик"><img src="http://img.mail.ru/0.gif" class=videoplay alt="Видеоролик" title="Видеоролик"></a></div>');
}
