function RunFoo(img, file, width, height, color){
document.write('<object type="application/x-shockwave-flash" data="'+file+'" width="'+width+'" height="'+height+'">');
document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+file+'" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="'+color+'" />');
document.write('<img src="'+img+'" width="'+width+'" height="'+height+'" alt="ÎÏÐÝÕ SPRAS" />');
document.write('</object>');
}