	function ausSuche(ibox) {
		if ('Suchbegriff'==ibox.value) {
			ibox.value='';
		}
	}

