function foto_oeffnen(dat,width,height) {
  F = window.open("../foto.php?dat="+dat,"fotofenster","width="+width+",height="+height+",scrollbars=no,resizable=no,toolbar=no");
}
