function printPage()
{
	if (window.print)
	{
		window.print()
	}
	else
	{
		alert("Sorry, your browser doesn't support this feature.\nPlease use File menu's Print command instead.\nThe printout will still look the same.");
	}
}