function show(img,w,h) {
w = w + 20
h = h + 30
url = "i/foto/" + img + "_b.jpg"
window.open(url, null, "height=" + h + ",width=" + w + "left=0,top=0,menubar=no,location=no,toolbar=no,status=no,scrollbars=no").focus();
}