
if (document.images) {

governoron = new Image();           // On images
governoron.src = "/GRAPHICS/home-button-gov-ON.gif";
firstladyon = new Image();
firstladyon.src = "/GRAPHICS/home-button-first-ON.gif";
newsroomon = new Image();
newsroomon.src = "/GRAPHICS/home-button-news-ON.gif";
initiativeson = new Image();
initiativeson.src = "/GRAPHICS/home-button-init-ON.gif";
appointmentson = new Image();
appointmentson.src = "/GRAPHICS/home-button-appnt-ON.gif";
contacton = new Image();
contacton.src = "/GRAPHICS/home-button-contact-ON.gif";
ltgovon = new Image();
ltgovon.src = "/GRAPHICS/home-button-ltgov-ON.gif";
abouton = new Image();
abouton.src = "/GRAPHICS/home-button-about-ON.gif";

governoroff = new Image();          // Off images
governoroff.src = "/GRAPHICS/home-button-gov-OFF.gif";
firstladyoff = new Image();
firstladyoff.src = "/GRAPHICS/home-button-first-OFF.gif";
newsroomoff = new Image();
newsroomoff.src = "/GRAPHICS/home-button-news-OFF.gif";
initiativesoff = new Image();
initiativesoff.src = "/GRAPHICS/home-button-init-OFF.gif";
appointmentsoff = new Image();
appointmentsoff.src = "/GRAPHICS/home-button-appnt-OFF.gif";
contactoff = new Image();
contactoff.src = "/GRAPHICS/home-button-contact-OFF.gif";
ltgovoff = new Image();
ltgovoff.src = "/GRAPHICS/home-button-ltgov-OFF.gif";
aboutoff = new Image();
aboutoff.src = "/GRAPHICS/home-button-about-OFF.gif";

}