
function popprint() {window.open('?print=true','_blank','width=750,height=550,screenX=25,left=25,screenY=25,top=25,scrollbars=1,resizable=1');}

if (window.location.search.substring(1) == "print=true") {
	document.body.className="print";
}
