﻿function writeZoomSightButtonZhCN(instPath){
	if(chkBrowser()){
		if(document.getElementById("LaunchSettings")==null)
		document.write('<xml id="LaunchSettings" src="'+instPath+'launchsetting.xml" charset="UTF-8"></xml>');
		document.write('<a href="javascript:OpenZoomSight(\'zh-CN\');"><img src="../zsch/bin/icon_zoom_sight.gif" alt="读屏·放大·拼音" border="0" width="33" height="19" />读屏·放大·拼音</a>');
	}else{
		document.write('<a href="'+instPath+'lang/zh-CN/html/index.html"><img src="'+instPath+'../zsch/bin/icon_zoom_sight.gif" border=0 alt="读屏·放大·拼音" /></a> ');
	}
}