function showCategory() {
var curCat=document.suchfeld.kat_auswahl.value;
var curTerm=document.suchfeld.suchbegriff.value;
window.location.href= kat_link + curCat+'&suchbegriff='+curTerm;
}

function showTopic() {
var curTopic=document.suchfeld.thema_auswahl.value;
var curTerm=document.suchfeld.suchbegriff.value;
window.location.href = thema_link + curTopic+'&suchbegriff='+curTerm;
}

function searchTerm() {
var curTerm=document.suchfeld.suchbegriff.value;
window.location.href = suche_link + curTerm;
}

window.onload=function() { 
	$('faq').style.fontWeight='bold'; 
}
