function popup_window(obj) {
  wobj = window.open("", "pwin");
  obj.target = "pwin";
  wobj.focus();
  return true;
}

