function printThisPage() {
	window.print();
	window.setTimeout("self.close()",3000);
}
