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