function fenster_auf(url,breite,hoehe) {
  window.open(url,"Bild"+breite+hoehe,"scrollbars=no,width="+breite+",height="+hoehe);
}

