function find(select){
	var ziel = select.options[select.options.selectedIndex].value;
	resultsFrame.location.href = (ziel != "") ? ziel : "/blank.html";
	select.form.reset();
}