// JScript source code


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