<!--
function validateChoix(){
	var openURL = document.form_choix.choix.value;
	document.location.href = openURL;
	return false;
}
//-->
