function pop(theURL,winName,features) { //v2.0
  window.close(theURL,winName,features);
}