function GoTo(URL_List)
{ var URL = URL_List.options[URL_List.selectedIndex].value
	window.location.href = URL
}

function valid_search(){
 if (document.form.glf_lib.value.length < 3){
 	alert("Vous devez saisir au moins 3 lettres.");
 	return;
 }
 //document.form.glf_lib.value=escape(document.form.glf_lib.value);
 document.form.submit();
}


function ligue(n){
	document.selection.listlig.selectedIndex=n
}
