// JAVASCRIPT PRINT PAGE
function PrintPage()
{
	window.print();
}