function flashObj(src,w,h,p){
	var f8=true;
	var f9=true;
	try{
		var obj=new ActiveXObject('ShockwaveFlash.ShockwaveFlash.8');
	}catch(e){
		f8=false;
	}
	try{
		var obj=new ActiveXObject('ShockwaveFlash.ShockwaveFlash.9');
	}catch(e){
		f9=false;
	}
	if(f8||f9){
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+w+'" height="'+h+'"><param name="movie" value="'+src+'" /><param name="quality" value="high" /><param name="flashVars" value="'+p+'" /><param name="allowFullScreen" value="true" /><param name="menu" value="false" /><embed src="'+src+'" quality="high" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" flashVars="'+p+'" allowFullScreen="true" menu="false"></embed></object>');
	}else{
		document.write('<font color="red">您的系统未安装Flash插件或Flash版本较低，请<a href="Images/FlashAX.exe" target="_blank" style="color:blue;">下载安装最新的Flash播放插件</a>。</font>');
	}
}
//title effect
var sPop = null;
document.write("<style type='text/css'>");
document.write(".PopText { font-family: Tahoma, 宋体; text-align: left; color: #3B676E; background-color: #ffffff; border: 1px #37a1b7 solid; font-size: 12px; font-weight: bold; line-height: 15px; padding: 2px 8px 2px 8px; visibility: hidden; filter: Alpha(Opacity=0)}");
document.write("</style>");
document.write("<div id='popLayer' style='position:absolute;z-index:10000;filter:revealtrans(duration=.5,transition=12) revealTrans(duration=.5,transition=12) alpha(opacity=90,enabled=100)' class='PopText'></div>");


