//<script type="text/javascript">
//<!--
/*
	url : flash文件路径
	width : flash显示的宽度
	height : flash显示的高度
	wmode : flash是否透明显示，"opaque"=不透明，"transparent"=透明
*/
function swfobjectWrite(url,width,height,wmode)
{
	document.writeln("<object id=\"FlashID\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"" + width + "\" height=\"" + height + "\">");
	document.writeln("  <param name=\"movie\" value=\"" + url + "\" />");
	document.writeln("  <param name=\"quality\" value=\"high\" />");
	document.writeln("  <param name=\"wmode\" value=\"" + wmode + "\" />");
	document.writeln("  <param name=\"swfversion\" value=\"8.0.35.0\" />");
	document.writeln("  <!-- 此 param 标签提示使用 Flash Player 6.0 r65 和更高版本的用户下载最新版本的 Flash Player。如果您不想让用户看到该提示，请将其删除。 -->");
	document.writeln("  <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />");
	document.writeln("  <!-- 下一个对象标签用于非 IE 浏览器。所以使用 IECC 将其从 IE 隐藏。 -->");
	document.writeln("  <!--[if !IE]>-->");
	document.writeln("  <object type=\"application/x-shockwave-flash\" data=\"" + url + "\" width=\"" + width + "\" height=\"" + height + "\">");
	document.writeln("    <!--<![endif]-->");
	document.writeln("    <param name=\"quality\" value=\"high\" />");
	document.writeln("    <param name=\"wmode\" value=\"" + height + "\" />");
	document.writeln("    <param name=\"swfversion\" value=\"8.0.35.0\" />");
	document.writeln("    <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />");
	document.writeln("    <!-- 浏览器将以下替代内容显示给使用 Flash Player 6.0 和更低版本的用户。 -->");
	document.writeln("    <div>");
	document.writeln("      <h4>此页面上的内容需要较新版本的 Adobe Flash Player。</h4>");
	document.writeln("      <p><a href=\"http://www.adobe.com/go/getflashplayer\"><img src=\"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif\" alt=\"获取 Adobe Flash Player\" width=\"112\" height=\"33\" /></a></p>");
	document.writeln("    </div>");
	document.writeln("    <!--[if !IE]>-->");
	document.writeln("  </object>");
	document.writeln("  <!--<![endif]-->");
	document.writeln("</object>");
}

function swfobjectWrite(url,width,height,wmode,flashID)
{
	document.writeln("<object id=\"" + flashID + "\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"" + width + "\" height=\"" + height + "\">");
	document.writeln("  <param name=\"movie\" value=\"" + url + "\" />");
	document.writeln("  <param name=\"quality\" value=\"high\" />");
	document.writeln("  <param name=\"wmode\" value=\"" + wmode + "\" />");
	document.writeln("  <param name=\"swfversion\" value=\"8.0.35.0\" />");
	document.writeln("  <!-- 此 param 标签提示使用 Flash Player 6.0 r65 和更高版本的用户下载最新版本的 Flash Player。如果您不想让用户看到该提示，请将其删除。 -->");
	document.writeln("  <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />");
	document.writeln("  <!-- 下一个对象标签用于非 IE 浏览器。所以使用 IECC 将其从 IE 隐藏。 -->");
	document.writeln("  <!--[if !IE]>-->");
	document.writeln("  <object type=\"application/x-shockwave-flash\" data=\"" + url + "\" width=\"" + width + "\" height=\"" + height + "\">");
	document.writeln("    <!--<![endif]-->");
	document.writeln("    <param name=\"quality\" value=\"high\" />");
	document.writeln("    <param name=\"wmode\" value=\"" + height + "\" />");
	document.writeln("    <param name=\"swfversion\" value=\"8.0.35.0\" />");
	document.writeln("    <param name=\"expressinstall\" value=\"Scripts/expressInstall.swf\" />");
	document.writeln("    <!-- 浏览器将以下替代内容显示给使用 Flash Player 6.0 和更低版本的用户。 -->");
	document.writeln("    <div>");
	document.writeln("      <h4>此页面上的内容需要较新版本的 Adobe Flash Player。</h4>");
	document.writeln("      <p><a href=\"http://www.adobe.com/go/getflashplayer\"><img src=\"http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif\" alt=\"获取 Adobe Flash Player\" width=\"112\" height=\"33\" /></a></p>");
	document.writeln("    </div>");
	document.writeln("    <!--[if !IE]>-->");
	document.writeln("  </object>");
	document.writeln("  <!--<![endif]-->");
	document.writeln("</object>");
}
////-->
//</script>

