function printAndClose() {
	document.printForm.submit();
	window.print();
	window.close();
}


