function eraseTextInputRecherche() {

    document.main_form.q.value = "";
    
}