function detail(datei)
{
  var det = window.open("detail.php?foto="+datei,"detailansicht","width=550,height=600");
  det.focus();
}
