function writeZoomSightButtonZhCN(instPath){
	if(chkBrowser()){
		if(document.getElementById("LaunchSettings")==null)
		document.write('<xml id="LaunchSettings" src="../test_zoomsight'+instPath+'launchsetting.xml" charset="UTF-8"></xml>');
		document.write('<a href="javascript:OpenZoomSight(\'zh-CN\');" target="_self"><img src="../test_zoomsight'+instPath+'lang/zh-CN/zoomsightlaunch.gif" alt="ZoomSight启动按钮" border=0 /></a>');
	}else{
		document.write('<a href="../test_zoomsight'+instPath+'lang/zh-CN/html/index.html"><img src="../test_zoomsight'+instPath+'lang/zh-CN/zoomsightlaunch.gif" border=0 alt="ZoomSight启动按钮" /></a> ');
	}
}