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

