function showpic(theURL,winName,features) { 
  
  popup = window.open(theURL,winName,features)
 
 popup.focus();
   
 }
