function pp(addr, hh, ww, scroll) {
	window.open(addr, null, "height=" + hh + ",width=" + ww + ",toolbar=0,menubar=0,scrollbars=" + scroll + ",resizable=0,status=0,location=0");
}
