function popup(Adresse) {
  Fenster1 = window.open(Adresse,"Details","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=720,height=700,left=100,top=50");
  Fenster1.focus();
}
