function pop(theURL,winName,features) {
  img =  window.open(theURL,winName,features);
  img.focus();
}
