function printWindow () {
	if (window.print != null) { 
	window.print(); 
	} 
	else { 
	alert('Your browser does not support this shortcut. Please select Print from the File menu.'); 
	}
}

