var parentwin;
function window_open(Purl, Pwinname, Pwinparams) {
  x=window.open(Purl,Pwinname,Pwinparams);
  x.parentwin=this;
}
