if(navigator){
	nn= navigator.appVersion.split(" ");
	if(navigator.appName.substring(0,8)!="Netscape" || nn[0]>=5){
		document.write('<span class="print">');
		document.write('<a href="?style=print" target="print" title="別ウィンドウで開きます">');
		document.write('<img src="http://www.kahoku.co.jp/images/print/printer.gif" alt="" width="20" height="15" border="0">');
		document.write('印刷用ページ ');
		document.write('</a>');
		document.write('</span>');
	}
}