function aufloesung(){
var hinw;
aufl=window.open("aufloesung.html","text","width=400,height=180,top=250,left=300,resizable=no");
aufl.setTimeout("window.close()",20000);
}

function haftung(){
var hh;
hh=window.open("haftung.html","text","width=700,height=300,top=200,left=200,resizable=no,scrollbars=yes");
}
