function checkPswd(ext) {
  if ((document.pswdForm.pswd.value == '6889') )
  location.href='http://www.formaone-informatique.fr/acces_client.html'
  else alert('Mot de passe incorrect') ;
}