function flash_ctrl(f_file, with_px, height_px, qly){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width=' + with_px + ' height=' + height_px + '><param name="movie" value=' + f_file + '><param name="quality" value=' + qly + '><embed src=' + f_file + ' quality=' + qly + ' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width=' + with_px +' height=' + height_px + '></embed></object>');
}

function flash_ctrl2(f_file, with_px, height_px, qly, alt_gif, alt_url){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width=' + with_px + ' height=' + height_px + '><param name="movie" value=' + f_file + '><param name="quality" value=' + qly + '><embed src=' + f_file + ' quality=' + qly + ' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width=' + with_px +' height=' + height_px + '></embed><noembed><a href=' + alt_url + ' target="_blank"><img src=' + alt_gif + ' width=' + with_px + ' height=' + height_px + ' border="0"></a></noembed></object>');
}