function foto(foto_id,w,h) {
    url = "foto.php?id="+foto_id;
    window.open(url,"Foto","scrollbars=no,resizable=no,width="+w+",height="+h+",top=200,left=200,dependent=yes,alwaysRaised=yes");
}

