function popup(stw) {
	window.open('glossar.php?stichwort='+stw,'','width=500,height=400,resizable=yes,scrollbars=yes');
	return false;
}
