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_index_flv(video)
{
var focus_width=450;
var focus_height=300;
document.write('<embed src="../flash/Flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=' + video + '&LogoText=www.jiulpx.com&IsAutoPlay=0" wmode="transparent" quality="high" menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+ focus_width +'" height="'+ focus_height +'"></embed>');
}