// top menu
var menu01On = new Image();
var menu01Off = new Image();
var menu02On = new Image();
var menu02Off = new Image();
var menu03On = new Image();
var menu03Off = new Image();
var menu04On = new Image();
var menu04Off = new Image();
var menu05On = new Image();
var menu05Off = new Image();
var menu06On = new Image();
var menu06Off = new Image();
var menu07On = new Image();
var menu07Off = new Image();
var menu08On = new Image();
var menu08Off = new Image();

menu01On.src = root + "images/menu/parents/top/menu-01-homeOn_fr.gif";
menu01Off.src = root + "images/menu/parents/top/menu-01-homeOff_fr.gif";
menu02On.src = root + "images/menu/parents/top/menu-02-aboutOn_fr.gif";
menu02Off.src = root + "images/menu/parents/top/menu-02-aboutOff_fr.gif";
menu03On.src = root + "images/menu/parents/top/menu-03-methodOn_fr.gif";
menu03Off.src = root + "images/menu/parents/top/menu-03-methodOff_fr.gif";
menu04On.src = root + "images/menu/parents/top/menu-04-faqOn_fr.gif";
menu04Off.src = root + "images/menu/parents/top/menu-04-faqOff_fr.gif";
menu05On.src = root + "images/menu/parents/top/menu-05-studentproOn_fr.gif";
menu05Off.src = root + "images/menu/parents/top/menu-05-studentproOff_fr.gif";
menu06On.src = root + "images/menu/parents/top/menu-06-getstartedOn_fr.gif";
menu06Off.src = root + "images/menu/parents/top/menu-06-getstartedOff_fr.gif";
menu07On.src = root + "images/menu/parents/top/menu-07-findacenterOn_fr.gif";
menu07Off.src = root + "images/menu/parents/top/menu-07-findacenterOff_fr.gif";
menu08On.src = root + "images/menu/parents/top/menu-08-getbrochureOn_fr.gif";
menu08Off.src = root + "images/menu/parents/top/menu-08-getbrochureOff_fr.gif";

// bottom menu
var bottommenu01On = new Image();
var bottommenu01Off = new Image();
var bottommenu02On = new Image();
var bottommenu02Off = new Image();
var bottommenu03On = new Image();
var bottommenu03Off = new Image();
var bottommenu04On = new Image();
var bottommenu04Off = new Image();
var bottommenu05On = new Image();
var bottommenu05Off = new Image();
var bottommenu06On = new Image();
var bottommenu06Off = new Image();
var bottommenu07On = new Image();
var bottommenu07Off = new Image();
var bottommenu08On = new Image();
var bottommenu08Off = new Image();
var bottommenu09On = new Image();
var bottommenu09Off = new Image();
var bottommenu10On = new Image();
var bottommenu10Off = new Image();

bottommenu01On.src = root + "images/menu/parents/bottom/bottom-01-homeOn.gif";
bottommenu01Off.src = root + "images/menu/parents/bottom/bottom-01-homeOff.gif";
bottommenu02On.src = root + "images/menu/parents/bottom/bottom-02-aboutOn.gif";
bottommenu02Off.src = root + "images/menu/parents/bottom/bottom-02-aboutOff.gif";
bottommenu03On.src = root + "images/menu/parents/bottom/bottom-03-methodOn.gif";
bottommenu03Off.src = root + "images/menu/parents/bottom/bottom-03-methodOff.gif";
bottommenu04On.src = root + "images/menu/parents/bottom/bottom-04-faqOn.gif";
bottommenu04Off.src = root + "images/menu/parents/bottom/bottom-04-faqOff.gif";
bottommenu05On.src = root + "images/menu/parents/bottom/bottom-05-studentprogramsOn.gif";
bottommenu05Off.src = root + "images/menu/parents/bottom/bottom-05-studentprogramsOff.gif";
bottommenu06On.src = root + "images/menu/parents/bottom/bottom-06-gettingstartedOn.gif";
bottommenu06Off.src = root + "images/menu/parents/bottom/bottom-06-gettingstartedOff.gif";
bottommenu07On.src = root + "images/menu/parents/bottom/bottom-07-sitemapOn.gif";
bottommenu07Off.src = root + "images/menu/parents/bottom/bottom-07-sitemapOff.gif";
bottommenu08On.src = root + "images/menu/parents/bottom/bottom-08-legalOn.gif";
bottommenu08Off.src = root + "images/menu/parents/bottom/bottom-08-legalOff.gif";
bottommenu09On.src = root + "images/menu/parents/bottom/bottom-09-arrowOn.gif";
bottommenu09Off.src = root + "images/menu/parents/bottom/bottom-09-arrowOff.gif";
bottommenu10On.src = root + "images/menu/parents/bottom/bottom-10-arrowOn.gif";
bottommenu10Off.src = root + "images/menu/parents/bottom/bottom-10-arrowOff.gif";
