
function pB_WO101(PH1,PH2,PH3,PH4)
{
	var w=window.open(PH1,PH2,"width=" + PH3 + ",height=" + PH4);
	w.focus();
}