function openWindow (datei, breite, hoehe){
  window.open(""+datei+"", "TMGPopUp", "width="+breite+",height="+hoehe+",scrollbars=yes");
}
