function flash_player(file_flv, width, height)
{
document.write('<object type="application/x-shockwave-flash" data="/upload/files/flash/player_flv_maxi.swf" width="'+width+'" height="'+height+'">\n');
document.write('<param name="movie" value="/upload/files/flash/player_flv_maxi.swf" />\n');
document.write('<param name="allowFullScreen" value="true" />\n');
document.write('<param name="FlashVars" value="flv='+file_flv+'&amp;configxml=/upload/files/flash/param.xml" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<param name="height" value="'+height+'" />\n');
document.write('<param name="width" value="'+width+'" />\n');
document.write('</object>\n');
}
