function recherche(val) {
document.f.q.value=val;
document.f.q.focus();
}