
function P(url,h,w) {
				var p = "height=" + h + ",width=" + w + ",scrollbars=no";
				window.open(url,"",p);
			}