
function clicrech(id) {

	if (document.forms['recherche']) {
		document.forms['recherche'].elements[id].click()
	}

}

