
   // To resize the popup to fit the image; credit to Peter Todorov
   function PopupPic(sPicURL, prefix) {
     window.open( prefix+"popup.html?"+sPicURL, "",
     "resizable=1,HEIGHT=200,WIDTH=200,left=40,top=70");
   }