function popup() {
var win;
win=window.open("sagen.htm","Neu","width=500,height=585,resizable=no,scrollbars=yes");
}


