if(navigator){
	nn= navigator.appVersion.split(" ");
	if(navigator.appName.substring(0,8)!="Netscape" || nn[0]>=5){
		document.write('<a href="?style=print" target="print" title="Another window stands up.">');
		document.write('<img src="/english/share/img/btn_print.gif" alt="Print" width="108" height="23" />');
		document.write('</a>');
	}
}