	function typ_id_onchange() {
 		document.forms[0].name_typ.value="";
		document.forms[0].id_fab.selectedIndex=0;
		document.forms[0].action="searchTYP.asp";
		document.forms[0].getReihe.value = "true";
		document.forms[0].submit();
	}

	function changeReihe() {
 		document.forms[0].name_typ.value="";
		document.forms[0].action="searchTYP.asp";
		document.forms[0].getReihe.value = "true";
		document.forms[0].submit();
	}
	
	function changeFAB() {
 		document.forms[0].name_typ.value="";
 		document.forms[0].id_gru.selectedIndex=0;
		document.forms[0].action="searchTYP.asp";
		document.forms[0].getReihe.value = "true";
		document.forms[0].submit();
	}
	
	function startSearch() 
	{
		document.forms[0].submit();
	}
	
	function resetSearch() {
		if (typeof(document.forms[0].id_fab) == "object") document.forms[0].id_fab.selectedIndex = 0;
		if (typeof(document.forms[0].name_typ) == "object") document.forms[0].name_typ.value = "";
		if (typeof(document.forms[0].id_gru) == "object") document.forms[0].id_gru.selectedIndex = 0;
		if (typeof(document.forms[0].aufbau) == "object") document.forms[0].aufbau.selectedIndex = 0;
		if (typeof(document.forms[0].motor) == "object") document.forms[0].motor.selectedIndex = 0;
		if (typeof(document.forms[0].bjr_von) == "object") document.forms[0].bjr_von.selectedIndex = id_kfzart_neu;
		if (typeof(document.forms[0].tueren) == "object") document.forms[0].tueren.selectedIndex = 0;
		if (typeof(document.forms[0].kW_von) == "object") document.forms[0].kW_von.selectedIndex = 0;
		if (typeof(document.forms[0].kW_bis) == "object") document.forms[0].kW_bis.selectedIndex = 0;
		if (typeof(document.forms[0].PS_von) == "object") document.forms[0].PS_von.selectedIndex = 0;
		if (typeof(document.forms[0].PS_bis) == "object") document.forms[0].PS_bis.selectedIndex = 0;
		if (typeof(document.forms[0].cm3_von) == "object") document.forms[0].cm3_von.selectedIndex = 0;
		if (typeof(document.forms[0].cm3_bis) == "object") document.forms[0].cm3_bis.selectedIndex = 0;
		if (typeof(document.forms[0].prs_von) == "object") document.forms[0].prs_von.selectedIndex = 0;
		if (typeof(document.forms[0].prs_bis) == "object") document.forms[0].prs_bis.selectedIndex = 0;
		document.forms[0].getReihe.value = "true";
		document.forms[0].action="searchTYP.asp";
		document.forms[0].submit();
	}

