function filter_news2() {
	var categories = '';
	var branche = document.getElementById('branchen_filter2').value;
	var bezirk = document.getElementById('bezirks_filter2').value;
	
	categories = bezirk + ',' + branche;
	
	window.location = document.getElementById('filter-formular2').action+'?id=20&no_cache=1&tx_ttnews[cat]='+categories;
}
