//popup

   function thumb(sPic) { 

     window.open("thumbs.html?"+sPic, "thumb", "resizable=0,HEIGHT=600,WIDTH=800"); 

   } 

