var numberofQ = 6
var ExerciseType = "Exercise &agrave; choix multiples";
var ExerciseTitle = "Quelques verbes diff&eacute;rents au singulier et au pluriel (1)";
var ExerciseInstruction = "Cochez le sujet de la phrase entendue.";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#EE9B16\">";
var HTML_header2 = "<p></font>";
var HTML_header3 = "</font><hr><font face=\"Helvetica\">";
var HTML_footer  = "<br><br><br>&#169 Les &Eacute;ditions Didier 2000</BODY></HTML>";
var Questions =	   new Array (numberofQ);
var Explanations = new Array (numberofQ);
var Answers =	   new Array (numberofQ);
var HTML_objects = new Array (numberofQ);
Questions[0] = "<embed SRC=\"2.1.1.7.a.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Questions[1] = "<embed SRC=\"2.1.1.7.b.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Questions[2] = "<embed SRC=\"2.1.1.7.c.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Questions[3] = "<embed SRC=\"2.1.1.7.d.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Questions[4] = "<embed SRC=\"2.1.1.7.e.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Questions[5] = "<embed SRC=\"2.1.1.7.f.mov\" WIDTH=\"160\" HEIGHT=\"15\" AUTOPLAY=False LOOP=False CONTROLLER=True PLAYEVERYFRAME=False>";
Answers[0] = "Pierre"; 
Answers[1] = "mes parents";
Answers[2] = "Rose";
Answers[3] = "mes amies"; 
Answers[4] = "le film";
Answers[5] = "les Durand";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
HTML_objects[0] = "";
HTML_objects[1] = "";
HTML_objects[2] = "";
HTML_objects[3] = "";
HTML_objects[4] = "";
HTML_objects[5] = "";
var numberofOpt = new Array (numberofQ);
numberofOpt[0] = 3;
numberofOpt[1] = 3;
numberofOpt[2] = 3;
numberofOpt[3] = 3;
numberofOpt[4] = 3;
numberofOpt[5] = 3;
var numberofOptTotal = 18; 
for ( var i = 0; i < numberofQ; i++ )
{
    numberofOptTotal += numberofOpt[i];
}
var Options =	   new Array (numberofOptTotal);
Options[0] = "H&eacute;l&egrave;ne";
Options[1] = "Pierre";
Options[2] = "mes enfants";
Options[3] = "ma m&egrave;re";
Options[4] = "mes parents";
Options[5] = "mon neveu";
Options[6] = "mon fils";
Options[7] = "mes amis";
Options[8] = "Rose";
Options[9] = "mes amies";
Options[10] = "ma coll&egrave;gue";
Options[11] = "mon voisin";
Options[12] = "le film";
Options[13] = "la pi&egrave;ce de th&eacute;&acirc;tre";
Options[14] = "les concerts de rock";
Options[15] = "Odile";
Options[16] = "Robert";
Options[17] = "les Durand";
