function OpenXtraWindow(what,x,y)
{
  window.open("de_einzelbild.php?datei=" + what, "DETAIL", "width=" + x + ",height=" + y + ",resizable=yes,scrollbars=yes") ;
}
