function Login(){

	

	var ok=0;
	
	if ($('password').value=='sEcF_2010') { window.location='societe-des-experts-chimistes-de-france/sEcF_2010.html'; ok=1; }

	

	if (ok==0) { alert("Mot de passe incorrect!"); }

	}