// 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();

menu01On.src = root + "images/menu/pressroom/top/menu-01-homeOn.gif";
menu01Off.src = root + "images/menu/pressroom/top/menu-01-homeOff.gif";
menu02On.src = root + "images/menu/pressroom/top/menu-02-presshomeOn.gif";
menu02Off.src = root + "images/menu/pressroom/top/menu-02-presshomeOff.gif";
menu03On.src = root + "images/menu/pressroom/top/menu-03-presskitOn.gif";
menu03Off.src = root + "images/menu/pressroom/top/menu-03-presskitOff.gif";
menu04On.src = root + "images/menu/pressroom/top/menu-04-pressreleasesOn.gif";
menu04Off.src = root + "images/menu/pressroom/top/menu-04-pressreleasesOff.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();

bottommenu01On.src = root + "images/menu/pressroom/bottom/bottom-01-homeOn.gif";
bottommenu01Off.src = root + "images/menu/pressroom/bottom/bottom-01-homeOff.gif";
bottommenu02On.src = root + "images/menu/pressroom/bottom/bottom-02-presshomeOn.gif";
bottommenu02Off.src = root + "images/menu/pressroom/bottom/bottom-02-presshomeOff.gif";
bottommenu03On.src = root + "images/menu/pressroom/bottom/bottom-03-presskitOn.gif";
bottommenu03Off.src = root + "images/menu/pressroom/bottom/bottom-03-presskitOff.gif";
bottommenu04On.src = root + "images/menu/pressroom/bottom/bottom-04-pressreleasesOn.gif";
bottommenu04Off.src = root + "images/menu/pressroom/bottom/bottom-04-pressreleasesOff.gif";
bottommenu05On.src = root + "images/menu/pressroom/bottom/bottom-05-sitemapOn.gif";
bottommenu05Off.src = root + "images/menu/pressroom/bottom/bottom-05-sitemapOff.gif";
bottommenu06On.src = root + "images/menu/pressroom/bottom/bottom-06-legalnoticesOn.gif";
bottommenu06Off.src = root + "images/menu/pressroom/bottom/bottom-06-legalnoticesOff.gif";
bottommenu07On.src = root + "images/menu/pressroom/bottom/bottom-07-franchiseOn.gif";
bottommenu07Off.src = root + "images/menu/pressroom/bottom/bottom-07-franchiseOff.gif";
bottommenu08On.src = root + "images/menu/pressroom/bottom/bottom-08-arrowOn.gif";
bottommenu08Off.src = root + "images/menu/pressroom/bottom/bottom-08-arrowOff.gif";
bottommenu09On.src = root + "images/menu/pressroom/bottom/bottom-09-arrowOn.gif";
bottommenu09Off.src = root + "images/menu/pressroom/bottom/bottom-09-arrowOff.gif";