function win() {
msg = window.open("impressum.htm","msg","height=600,width=400,scrollbars=no");
return msg;
}

