function printDoc() {
	this.print();
	document.body.focus();
}
