function popup(name) {
	fenster=window.open(name+'.html', 'Mitarbeiter', 'width=360,height=450,scrollbars');
	fenster.focus();
}

