function chgpage(formulaire){

  location.href = formulaire.listeDeRoulant.options[formulaire.listeDeRoulant.selectedIndex].value;
}

