function pop(name) {
win=window.open("anmeldung.php?kurs="+name,name,"width=420,height=470,screenX=320,screenY=0");
}
function pop2() {
win=window.open("hidden.html","huhu","width=620,height=300,screenX=320,screenY=0");
}
function pop3(name) {
win=window.open(name+".html","huhu","width=550,height=500,screenX=320,screenY=0");
}