function doPrint() {
	window.print();
	return false;
}