function anmelden(kurs) {

	newWin = window.open("kurse/cnt-" + kurs + "_anmeldung.php", "anmeldung", "width=580,height=520,left=50,top=50,dependent=yes,status=no,menubar=no,location=no");
	
}