<!--
if (document.images) {
img01on = new Image(); img01on.src = "_images/buttons/home_en_on.gif"; 
img01off = new Image(); img01off.src = "_images/buttons/home_en_off.gif"; 
img02on = new Image(); img02on.src = "_images/buttons/about_en_on.gif"; 
img02off = new Image(); img02off.src = "_images/buttons/about_en_off.gif"; 
img03on = new Image(); img03on.src = "_images/buttons/organisation_en_on.gif"; 
img03off = new Image(); img03off.src = "_images/buttons/organisation_en_off.gif"; 
img04on = new Image(); img04on.src = "_images/buttons/classes_en_on.gif"; 
img04off = new Image(); img04off.src = "_images/buttons/classes_en_off.gif"; 
img05on = new Image(); img05on.src = "_images/buttons/contact_en_on.gif"; 
img05off = new Image(); img05off.src = "_images/buttons/contact_en_off.gif"; 
img06on = new Image(); img06on.src = "_images/buttons/parents_en_on.gif"; 
img06off = new Image(); img06off.src = "_images/buttons/parents_en_off.gif"; 
img07on = new Image(); img07on.src = "_images/buttons/home_fr_on.gif"; 
img07off = new Image(); img07off.src = "_images/buttons/home_fr_off.gif"; 
img08on = new Image(); img08on.src = "_images/buttons/about_fr_on.gif"; 
img08off = new Image(); img08off.src = "_images/buttons/about_fr_off.gif"; 
img09on = new Image(); img09on.src = "_images/buttons/organisation_fr_on.gif"; 
img09off = new Image(); img09off.src = "_images/buttons/organisation_fr_off.gif"; 
img10on = new Image(); img10on.src = "_images/buttons/classes_fr_on.gif"; 
img10off = new Image(); img10off.src = "_images/buttons/classes_fr_off.gif"; 
img11on = new Image(); img11on.src = "_images/buttons/contact_fr_on.gif"; 
img11off = new Image(); img11off.src = "_images/buttons/contact_fr_off.gif"; 
img12on = new Image(); img12on.src = "_images/buttons/parents_fr_on.gif"; 
img12off = new Image(); img12off.src = "_images/buttons/parents_fr_off.gif"; 
       }
function rollOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }}
function rollOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }}
// -->
