function popImage(imageURL,imageTitle) {

   
   document.write('<html><title>'+imageTitle+'</title><body><img src='+imageURL+'></body></html>')

}
