function writeZSButtonEn(){
	if(chkBrowser()){
		if(document.getElementById("LaunchSettings")==null)
		document.write('<xml id=LaunchSettings src="/accessibility/tool/launchsetting.xml" charset="UTF-8"></xml>');
		document.writeln('<div class="button" align="center"><a href="/accessibility/tool/lang/en/bin/download.html"><img src="/accessibility/tool/lang/en/zoomsightlaunch.gif" alt="Start button of ZoomSight" border="0" width="161" height="95" /></a></div>');
	}else{
		document.writeln('<div class="error"><img src="/accessibility/tool/lang/en/html/img/error.gif" width="48" height="44" align="left" alt="ERROR" /><span class="mainclass">"ZoomSight" is not available now owing to the insufficient running conditions.</span></div>');
	}
}