


document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"100%\" height=\"100%\" id=\"meeting_room\" align=\"middle\">");
document.write("<param name=\"allowScriptAccess\" value=\"always\" />");
document.write("<param name=\"allowFullScreen\" value=\"true\" />");
document.write("<param name=\"movie\" value=\"config/ZXS/V1.0/Guest.swf?spName=huaren5314&productID=ZXS&roomTitle=华仁整形美容咨询室&copyURL=http://huaren.tengshang.com&pwdFlag=null\" />");
document.write("<param name=\"quality\" value=\"high\" />");
//document.write("<param name=\"bgcolor\" value=\"#ffffff\" />");
document.write("<PARAM NAME=\"scale\" VALUE=\"noscale\">");
document.write("<param name=\"salign\" value=\"TL\" />");
document.write("<param name=\"base\" value=\"config/ZXS/V1.0/\">");
document.write("<param name=\"menu\" value=\"false\" />");
document.write("<embed name=\"meeting_room\" src=\"config/ZXS/V1.0/Guest.swf?spName=huaren5314&productID=ZXS&roomTitle=华仁整形美容咨询室&copyURL=http://huaren.tengshang.com&pwdFlag=null\" base=\"config/ZXS/V1.0/\" quality=\"high\"  width=\"100%\" height=\"100%\" id=\"meeting_room\" align=\"middle\"  menu=\"false\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />");
document.write("</object>");



var isIE = false;
if(navigator.userAgent.indexOf("MSIE")>0)
	isIE = true;

var i_flash;
var v_flash;
// Netscape 
if (!isIE) {
for (var i=0; i < navigator.plugins.length; i++) {
if (navigator.plugins[i].name.toLowerCase().indexOf("shockwave flash") >= 0) {
i_flash = true;
v_flash = navigator.plugins[i].description.substring(navigator.plugins[i].description.toLowerCase().lastIndexOf("flash ") + 6, navigator.plugins[i].description.length);
}
}
}

if(isIE){

document.writeln('<SCRIPT language="vbscript" type=text/vbscript><!--')
document.writeln('//IE ')
document.writeln('on error resume next')
document.writeln('Dim i')
document.writeln('Dim f')
document.writeln('For i=10 To 5 Step -1')
document.writeln('	set f = CreateObject("ShockwaveFlash.ShockwaveFlash." & i)')
document.writeln('	if(IsObject(f)) then')
document.writeln('		exit for')
document.writeln('	end if')
document.writeln('Next')

document.writeln('if IsObject(f) then')
document.writeln('i_flash = true')
document.writeln('v_flash = hex(f.FlashVersion())')
document.writeln('end if')
document.writeln('// --><\/SCRIPT>')
}

var flashVersion = "Unknow";
if(i_flash){
	flashVersion = v_flash;
}else{
	flashVersion = "NotInstanll";
}
document.write("<script type='text/javascript' defer src='http://service.tengshang.com/operate/operate/updateFlashVersionCount.shtml?flashVersion="+flashVersion+"'><\/script>")


