blankSize = 40;
var numberofQ = 9;
var ExerciseType = "Fill-in Exercise";
var ExerciseTitle = "L'&eacute;lision";
var ExerciseInstruction = "Lisez ces phrases &agrave; haute voix et puis r&eacute;&eacute;crivez-les en faisant l'&eacute;lision, si n&eacute;cessaire.<p><a href=\"1.2.9.son.html\">Cliquez ici pour une version avec son.</a>";
var HTML_header1 = "<HTML><BODY BGCOLOR=#ffffff><FONT face=\"Helvetica\" color=\"#CC0000\"> ";
var HTML_header2 = "<p></font>";
var HTML_header3 = "<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 HTML_objects = new Array (numberofQ);
Questions[0] = "Elle aime le argent.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[1] = "Vous ne allez pas &agrave; la universit&eacute;.<br>&nbsp;&nbsp;&nbsp;&nbsp<BLANK0>"; 
Questions[2] = "Voici une photo de Angleterre.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[3] = "Je pense que ils sont dans la chambre.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[4] = "Nous allons &agrave; la &eacute;glise du Sacr&eacute;-Coeur.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[5] = "Ils se appellent Marc et Mathieu.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[6] = "Quelle est sa nationalit&eacute; ?<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[7] = "Le &eacute;tranger ne &eacute;coute pas le guide.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Questions[8] = "Je ai une amie canadienne.<br>&nbsp;&nbsp;&nbsp;&nbsp;<BLANK0>";
Explanations[0] = "";
Explanations[1] = "";
Explanations[2] = "";
Explanations[3] = "";
Explanations[4] = "";
Explanations[5] = "";
Explanations[6] = "";
Explanations[7] = "";
Explanations[8] = "";
HTML_objects[0] = "<b>Exemple : </b><blockquote>Ce ne est pas difficile.<P>--&gt; <i>Ce <B>n'</B>est pas difficile.</P></i></blockquote>";
HTML_objects[1] = "";
HTML_objects[2] = "";
HTML_objects[3] = "";
HTML_objects[4] = "";
HTML_objects[5] = "";
HTML_objects[6] = "";
HTML_objects[7] = "";
HTML_objects[8] = "";
var numberofBlanks = new Array (numberofQ);
//enter in the number of blanks per question
numberofBlanks[0] = 1;
numberofBlanks[1] = 1;
numberofBlanks[2] = 1;
numberofBlanks[3] = 1;
numberofBlanks[4] = 1;
numberofBlanks[5] = 1;
numberofBlanks[6] = 1;
numberofBlanks[7] = 1;
numberofBlanks[8] = 1;
var numberofBlanksTotal = 0; 
for ( var i = 0; i < numberofQ; i++ )
{
    numberofBlanksTotal += numberofBlanks[i];
}
var Options =	   new Array (numberofBlanksTotal);
var Answers =	   new Array (numberofBlanksTotal);
Answers[0] = "Elle aime l'argent.";
Answers[1] = "Vous n'allez pas &agrave; l'universit&eacute;.";
Answers[2] = "Voici une photo d'Angleterre.";
Answers[3] = "Je pense qu'ils sont dans la chambre.";
Answers[4] = "Nous allons &agrave; l'&eacute;glise du Sacr&eacute;-Coeur.";
Answers[5] = "Ils s'appellent Marc et Mathieu.";
Answers[6] = "Quelle est sa nationalit&eacute; ?";
Answers[7] = "L'&eacute;tranger n'&eacute;coute pas le guide.";
Answers[8] = "J'ai une amie canadienne.";
