function PopFAHRZEUG (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=680,height=700,left=50,top=100,scrollbars=1,menubar=0,locationbar=0,resizable=1");
  Fenster1.focus();
}

function PopFAHRZEUGEDIT (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=700,height=700,left=50,top=100,scrollbars=1,menubar=0,locationbar=0,resizable=1");
  Fenster1.focus();
}

function PopBILDEDIT (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=600,height=105,left=100,top=150,scrollbars=0,menubar=0,locationbar=0,resizable=1");
  Fenster1.focus();
}

