function Calcul()
{
var Reponse=null
var Code=null
Reponse=document.forms["form1"].elements["saisie"].value;
document.write("  Contôle du code :   " + Reponse + "<BR>");
document.write("  Merci de patienter...");
switch (Reponse)
{
case "visaepcl": Code=1;break
case "visa2007hepl": Code=1;break
case "visa2007fce209": Code=1;break
}
{
if (Code==1)
window.location.href="http://www.infodidac.ch/Jeu_enfant/index.html";
else
window.location.href="http://www.infodidac.ch/Contenu/Page4_jeu/jeu2.htm";
}
}
