function jump_kw_typ(href_link){
	document.location.href = href_link+"#suche";
}

function jump_her(href_link){
	hernr = document.modell.hersteller.options[document.modell.hersteller.selectedIndex].value;
	href_link = href_link+"&hernr="+hernr;
	document.location.href = href_link+"#suche";	
}

function jump_mod(href_link){
	modnr = document.modell.modell.options[document.modell.modell.selectedIndex].value;
	href_link = href_link+"&modnr="+modnr;
	document.location.href = href_link+"#suche";	
}