function writeZSButtonJa(){
	if(chkBrowser()){
		if(document.getElementById("LaunchSettings")==null)
		document.write('<xml id=LaunchSettings src="../../../launchsetting.xml" charset="UTF-8"></xml>');
		document.writeln('<p class="textStyle1"><strong>下のボタンをクリックすると「ZoomSight」が起動します。</strong></p><div class="boxCenter"><div class="button" align="center"><a href="../bin/download.html"><img src="../zoomsightlaunch.gif" alt="ズームサイト起動ボタン" border="0" width="161" height="95" /></a></div></div>');
	}else{
		document.writeln('<div class="boxCenter"><div class="error"><img src="images/error.gif" width="48" height="44" align="left" alt="エラー" />お使いの環境が前提動作環境と異なる為<br>「ZoomSight」はご利用いただけません。</div></div>');
	}
}
