function fenst1(){
var win;
win=window.open("Deut1.htm","NeuesFenster","width=400,height=400");
}

function fenst2(){
var win;
win=window.open("Deut2.htm","NeuesFenster","width=700,height=350");
}

function fenst3(){
var win;
win=window.open("Deut3.htm","NeuesFenster","width=400,height=400");
}