<!--
function printPage() {
	printWindow = window.open('/print_template.html', 'PrintingWindow', 'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1');
	if (printWindow.opener == null) printWindow.opened = self;
}
//-->
