function FlashObj()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="swflash.cab#version=6,0,29,0"');
document.write(' width="100%" height="200">');
document.write('<param name="movie" value="/_pic/top.swf" tppabs="http://www.idm.ua/_pic/top.swf"><param name="quality" value="high"> <param name="quality" value="high">'); 
document.write('<embed src="/_pic/top.swf" tppabs="http://www.idm.ua/_pic/top.swf" quality="high"');
document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"');
document.write(' width="100%" height="200">');
document.write('</embed>');
document.write('</object>');
}
