﻿function PrintPop(ref) {		var ref = ref + '&pr=1';		var strFeatures="toolbar=yes,status=no,menubar=yes,location=no,scrollbars=yes,resizable=yes,height=650,width=585";		newWin = window.open(ref,"Print",strFeatures); 		newWin.opener = top;	}
