
function loadPrinter() {

	if(window.print==null) {
		alert("Your web browser software does not support automatic printing of this page.\nPlease select  Print  from your browser menu instead.");
		return;
	}
	window.focus();
	window.print();
}
