function popImg(img,w,h,s){
 s=s?"yes":"no";
 w=w?w:0;h=h?h:0;
 atr = "titlebar=no,toolbar=no,resizable=" + s + ",scrollbars="+s+",status=no,menubar=no,width=150,height=100,left=100,top=100";
 window.open('img.php?img=' + img + '&amp;w=' + w + '&amp;h=' + h, 'Galeria',atr);
}

