function popup(theURL,winName,features) { //v2.0
  fin = window.open(theURL,winName,features);
  fin.focus();
}
