function changeRubrique(form,url)
{
 if ( form.rubrique.options[form.rubrique.selectedIndex].value != '' )
 {
  document.location.href = url+form.rubrique.options[form.rubrique.selectedIndex].value;
 }
}