function playSwf(fPath,width,height) {	var str;str = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+width+"\" height=\""+height+"\">";str += "<param name=\"movie\" value=\""+fPath+"\" />";str += "<param name=\"quality\" value=\"high\" />";str += "<param name=\"wmode\" value=\"opaque\" />";str += "<embed src=\""+fPath+"\" wmode=\"transparent\" quality=\"high\"  width=\""+width+"\" height=\""+height+"\" type=\"application/x-shockwave-flash\"></embed>";str += "</object>";document.write(str);}function SetHome(obj,vrl){try{obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);}catch(e){if(window.netscape){try{netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");}catch(e){alert("抱歉，此操作被浏览器拒绝！\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'");};}else{alert("抱歉，您所使用的浏览器无法完成此操作。\n\n您需要手动将"+vrl+"设置为首页。");};};};function AddFavorite(sURL, sTitle){try{window.external.addFavorite(sURL, sTitle);}catch (e){try{window.sidebar.addPanel(sTitle, sURL, "");}catch (e){alert("加入收藏失败，请使用Ctrl+D进行添加");}}} 
