
function popUpAnmeldung( page ){
	settings="width=900,height=750,top=100,left=100,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes,dependent=no";
	win=window.open("anmeldung_" + page + ".html","anmeldung",settings);
	win.focus();

}


