// JavaScript Document
function ChangeUrl(formulaire){
	location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}