function printPage() {
	window.focus();
	window.print();
}

