function printpage() {
	window.focus(self);
	window.print();
	window.close(self);
}

function startPrint() {
	window.print();
}