function printPage(page) {
	F1 = window.open(page + "?p","PrintScreen");
	F1.focus();
}