function PrintPage() {
	var pstr = window.location.search.substring(1);
	Ppopup(pstr,'true');
}

function Ppopup(pages,header) {
	var w = 550, h = 500, move = screen ? ',left=' + ((screen.width - w) >> 1) + ',top=' + ((screen.height - h) >> 1) : '', x = window.open('/cms/print.asp?'+pages+'&print=true&head='+header, null, "help=no,status=no,scrollbars=yes,resizable=no" + move + ",width=" + w + ",height=" + h + ",dependent=yes", true);
	x.focus();
}

function Postcard(id) {
	var w = 700, h = 500, move = screen ? ',left=' + ((screen.width - w) >> 1) + ',top=' + ((screen.height - h) >> 1) : '', x = window.open('/cms/matgfiles/postcardsend.asp?id='+id, null, "help=no,status=no,scrollbars=yes,resizable=no" + move + ",width=" + w + ",height=" + h + ",dependent=yes", true);
	x.focus();
}