function flash(file, width, height)
{
document.write('<object type="application/x-shockwave-flash" data="'+file+'" width="'+width+'" height="'+height+'">\n');
document.write('<param name="movie" value="'+file+'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="loop" value="true" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('</object>\n');
}

function flash_player(file_flv, width, height)
{
document.write('<object type="application/x-shockwave-flash" data="/upload/files/player_fnaimtv/player_flv_maxi.swf" width="'+width+'" height="'+height+'">\n');
document.write('<param name="movie" value="/upload/files/player_fnaimtv/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/player_fnaimtv/param.xml" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('</object>\n');
}