function LoadFlash(wmode,url,width,Height)
{ 
document.write('<embed src="' + url + '" wmode=' + wmode + ' quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + Height + '"></embed>'); 
}
function LoadFlash_flv(video)
{
var focus_width=190;
var focus_height=150;
document.write('<embed src="../flash/Flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=' + video + '&LogoText=CQFYHJ.COM&IsAutoPlay=1" wmode="" quality="high" menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+ focus_width +'" height="'+ focus_height +'"></embed>');
}
