<!--
function PrintPage() 
{
	if (window.print) {
		window.print();
	}
	return false;
}
// -->
