function popup(id) {
    window.open("foto.php?id=" + id, "", "left=100,top=100,width=650,height=500,status=1,resizable=1,scrollbars=1");
}
