function Choix()
{
var Reponse=null
var Code=null
Reponse=document.forms["form2"].elements["saisie2"].value;
document.write("  Contôle du code :   " + Reponse + "<BR>");
document.write("  Merci de patienter...");
switch (Reponse)
{
case "peg46us": Code=1;break
case "visahep1490": Code=1;break
}
{
if (Code==1)
window.location.href="http://www.infodidac.ch//Contenu/Page14_DVD/DVD3.htm";
else
window.location.href="http://www.infodidac.ch/Contenu/Page14_DVD/DVD2.htm";
}
}

