  function popup(datei,hoehe,breite) {
   var fenster =  window.open(datei,"fenster","width=" + breite + ",height = " + hoehe + ",scrollbars=no,top=10,left=170,status=yes");
}

