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" tabindex="202" title="A page for print opens with the other window">');
		document.write('Print');
		document.write('</a>');
		document.write('</span>');
		document.write('</td>');
		document.write('<td>');
		document.write('<a href="?style=print" target="print" tabindex="202" title="A page for print opens with the other window">');
		document.write('<img src="/img/icon_print.gif" alt="" width="20" height="20" border="0">');
	}
}