function PrinterWindow(sPrintLink) {
	OpenPrinterWindow = window.open(sPrintLink,'PrinterWindow','height=500,width=775,top=100,left=100,menubar=yes,location=no,directories=no,fullscreen=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
	OpenPrinterWindow.focus();
	
	/*
	alert(navigator.userAgent.indexOf("Netscape/7."));
	if (navigator.userAgent.indexOf("Netscape/7.") == -1)
	{
		alert("test");
		return false;
	}*/
}
