function InputFill() {
document.searchForm.fdse_TermsEx.value = 'Volltextsuche';
}

function InputClear() {
document.searchForm.fdse_TermsEx.value = '';
}

setTimeout("InputFill();", 500);

function NoError(){
return true;
}
window.onerror = NoError;