function rubrik_waehlen(obj) {
	if (obj.options[obj.selectedIndex].value != -1) {
		window.location.href = obj.options[obj.selectedIndex].value;
	}
}
