﻿function showPopUp(src,name,id,iw,ih)
{
    var w=(window.screen.availWidth-iw)/2;
    var h=(window.screen.availHeight-ih)/2;
var config;
var w_badb=window.open('#', 'avi'+id, config='height='+ih+',width='+iw+',menubar=0,left='+w+',top='+h);
w_badb.document.open();

w_badb.document.write('<html><head><title>'+name+'</title></head><body  leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"><img src="'+src+'" width="'+iw+'" height="'+ih+'" alt="'+name+'" border="0" onclick="window.close();"></body></html>');
w_badb.document.close();
return false;
}

function YouTube(src)
{ 
document.write('<object width="425" height="350"><param name="movie" value="'+src+'"></param><param name="wmode" value="transparent"></param><embed src="'+src+'" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>');
return null;
}

function writeflash(src,width,height,id)
{
var bgcolor='#fff';
document.write('<OBJECT id="'+id+'" codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="'+height+'" width="'+width+'" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">');
document.write('<PARAM NAME="Movie" VALUE="'+src+'">');
document.write('<PARAM NAME="Src" VALUE="'+src+'">');
document.write('<PARAM NAME="WMode" VALUE="Window">');
document.write('<PARAM NAME="Quality" VALUE="High">');
document.write('<PARAM NAME="AllowScriptAccess" VALUE="sameDomain">');
//document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
document.write('<embed src="'+src+'"  quality="high" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></OBJECT>');
}


function SmotriCom(src)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="330" VIEWASTEXT><param name="movie" value="http://pics.smotri.com/scrubber_custom8.swf?file='+src+'&bufferTime=3&autoStart=false&str_lang=rus&xmlsource=http%3A%2F%2Fpics.smotri.com%2Fcskins%2Fblue%2Fskin_color_brown.xml&xmldatasource=http%3A%2F%2Fpics.smotri.com%2Fskin_ng.xml" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="bgcolor" value="#ffffff" /><embed src="http://pics.smotri.com/scrubber_custom8.swf?file='+src+'&bufferTime=3&autoStart=false&str_lang=rus&xmlsource=http%3A%2F%2Fpics.smotri.com%2Fcskins%2Fblue%2Fskin_color_brown.xml&xmldatasource=http%3A%2F%2Fpics.smotri.com%2Fskin_ng.xml" quality="high" allowscriptaccess="always" allowfullscreen="true" wmode="window"  width="400" height="330" type="application/x-shockwave-flash"></embed></object>');
return null;
}