function openPopup(theURL,theName, theSpecs) {
  var openPackage = window.open(theURL, theName, theSpecs);
  openPackage.top.focus()
}


