function get_flash_adv(theurl,focus_width,focus_height,MM_contentVersion){
//var MM_PlugVersion=v_flash.substring(0,1);
//var MM_FlashCanPlay=MM_PlugVersion>=MM_contentVersion;
var MM_PlugVersion;
if (MM_contentVersion==6){MM_PlugVersion="6,0,29,0"}
if (MM_contentVersion==7){MM_PlugVersion="7,0,19,0"}
if (MM_contentVersion==8){MM_PlugVersion="8,0,22,0"}
if (MM_contentVersion==9){MM_PlugVersion="9,0,28,0"}
var MM_FlashCanPlay=true;
if ( MM_FlashCanPlay) {
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://0579fw.com/char/swflash.cab#version='+MM_PlugVersion+'" ');
	document.write(' WIDTH="'+ focus_width +'" HEIGHT="'+ focus_height +'">');
	document.write(' <PARAM NAME=movie VALUE="'+ theurl +'"><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=best><param name="wmode" value="transparent">'); 
	document.write('<EMBED src="'+ theurl +'" menu=false wmode=transparent quality=best WIDTH="'+ focus_width +'" HEIGHT="'+ focus_height +'" swliveconnect=true TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else {
    document.write('<div style="width:'+ focus_width +';height:'+ focus_height +';background-color:#f1f1f1;"><table width="'+ focus_width +'" height="'+ focus_height +'" border=0><tr><td align=center valign=middle><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" style="color:red;">您的浏览器flash版本太低，点击此进行升级</a></td></tr></table></div>');	
}
}