function bild(datei, bez){
  window.open('bild.php?b='+escape(datei)+'&t='+escape(bez), '', 'scrollbars=yes,resizable=yes,width=500,height=500');
}
