function ChercherCat(liste, idf) {
  var n=liste.options[liste.selectedIndex].value;
  window.location="forum.php?page="+n+"&idf="+idf;
}