function FensterOeffnen (adresse) {
  Fenster1 = window.open(adresse,'zinsinfo',"width=600,height=220,left=100,top=200");
  Fenster1.focus();
}
