var size = ' width=601 height=434 ';
var c13=String.fromCharCode(10);
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) 
{
	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 6;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
		&& (navigator.userAgent.indexOf("Windows 95")>=0 
		|| navigator.userAgent.indexOf("Windows 98")>=0 
		|| navigator.userAgent.indexOf("Windows NT")>=0)) 
{
	document.write('<scr'+'ipt LANGUAGE=VBscr'+'ipt> '+c13);
	document.write('on error resume next '+c13);
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) '+c13);
	document.write('</sc'+'ript> '+c13);
}
if ( plugin && navigator.userAgent )  
{
	var flash_string='';	flash_string+='<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"';
	flash_string+='codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ';
	flash_string+=' ' + size + ' ID=file>';
	var seed=Math.round(Math.random()*65535);
	flash_string+=' <PARAM NAME="movie" value="/img/present_rus.swf"><PARAM NAME="quality" VALUE="high"><PARAM NAME="wmode" VALUE="opaque">';
	flash_string+=' <EMBED src="/img/present_rus.swf" quality="high" wmode="opaque" ';
	flash_string+=' ' + size + ' swLiveConnect=FALSE ';
	flash_string+=' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">';
	flash_string+=' </EMBED>';
	flash_string+=' </OBJECT>';
	document.write(flash_string);
	flash_string='';
}
