// JavaScript Document
function valider(nom) 
{
	document.form_all.action.value = nom;
    document.form_all.submit();
}
