function verif() {
	mot_de_passe = document.formulaire.password.value;

location.href = mot_de_passe + ".htm";
	}