function writeZSButtonZhCN(){
	if(chkBrowser()){
		if(document.getElementById("LaunchSettings")==null)
		document.write('<xml id=LaunchSettings src="../../../launchsetting.xml" charset="UTF-8"></xml>');
		document.writeln('<p class="left10"><strong>点击下面的按钮，启动“ZoomSight”。</strong></p><div class="button" align="center"><a href="../bin/download.html"><img src="../zoomsightlaunch.gif" alt="ZoomSight启动按钮" border="0" width="161" height="95" /></a></div>');
	}else{
		document.writeln('<div class="error"><img src="img/error.gif" width="48" height="44" align="left" alt="ERROR" />由于您所使用的环境与要求的运行环境不符<br>无法使用「ZoomSight」。</div>');
	}
}
