function prshtm(ur){
	popupWin = window.open(ur, "_blank", "width=900, height=810, top=0, titlebar=0, scrollbars=1, location=0, directories=0, status=0, menubar=0, toolbar=0, resizable=1");
	popupWin.focus();
	return false;
}
