function showPopup(img) {
    window.open(img.src,"Imagine marita","width="+(img.width+4)+",height="+(img.height+4)+"");
}