function searchDept(d) {
	window.location.href = "pages/recherche/departement.php?d="+d;
}
function checkHomeSearch(f) {
	return (f.nom.value.length > 0
			|| f.produit.selectedIndex > 0
			|| f.dept.selectedIndex > 0);
}
