function PrintThis()
{
	window.print();
	window.close();
}

