function openPopUp(theURL,winName,features) { //v2.0
  var oPop=window.open(theURL,"__"+winName,features);
  oPop.focus();
}  