function PopupPic(imgurl) {
window.open( "zdjecia/big_img.php?"+imgurl, "",  
"resizable=yes, scrollbars=yes, height=200, width=200");
}

