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

