<!-- Begin
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
if (navigator.userAgent.indexOf('Safari') != -1){ // safari
	alert("Print this page by pressing Command and the 'p' key at the same time. PC users, press 'Ctrl' instead of 'Command'.");
}
}
//  End -->
