
function clear_input(input) {
	if (input.value == 'Suchen') input.value = '';
}

