function zdjecie(sPicURL) { 
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=0,HEIGHT=200,WIDTH=200,left=50,top=50,screenX=50,screenY=50"); 
   } 

