function popup (Adresse,width,height) {
    width=width+20;
    height=height+20;
    Fenster1 = window.open(Adresse, "Ansicht", "width="+width+",height="+height+",left=100,top=100,scrollbars=yes");
    Fenster1.focus();
    return false;
}
