function anmeldung(event){
  win = window.open("../anmeldung.htm?event="+event,"WSFB","scrollbars=yes,statusbar=yes,menubar=yes,height=500,width=660");
  win.focus();
}
function anmeldung2(){
  win = window.open("../anmeldung2.htm","WSFB","scrollbars=yes,statusbar=yes,menubar=yes,height=500,width=660");
  win.focus();
}

