var onImgArray = new Array();
onImgArray["about"] = new Image();
onImgArray["spacer1l"] = new Image();
onImgArray["spacer1r"] = new Image();
onImgArray["work"] = new Image();
onImgArray["spacer2l"] = new Image();
onImgArray["spacer2r"] = new Image();
onImgArray["resources"] = new Image();
onImgArray["spacer3l"] = new Image();
onImgArray["spacer3r"] = new Image();
onImgArray["contact"] = new Image();

onImgArray["about"].src = "img/abouthomeon.gif";
onImgArray["spacer1l"].src = "img/spacer1lhomeon.gif";
onImgArray["spacer1r"].src = "img/spacer1rhomeon.gif";
onImgArray["work"].src = "img/workhomeon.gif";
onImgArray["spacer2l"].src = "img/spacer2lhomeon.gif";
onImgArray["spacer2r"].src = "img/spacer2rhomeon.gif";
onImgArray["resources"].src = "img/resourceshomeon.gif";
onImgArray["spacer3l"].src = "img/spacer3lhomeon.gif";
onImgArray["spacer3r"].src = "img/spacer3rhomeon.gif";
onImgArray["contact"].src = "img/contacthomeon.gif";

var offImgArray = new Array();
offImgArray["about"] = new Image();
offImgArray["spacer1"] = new Image();
offImgArray["work"] = new Image();
offImgArray["spacer2"] = new Image();
offImgArray["resources"] = new Image();
offImgArray["spacer3"] = new Image();
offImgArray["contact"] = new Image();

offImgArray["about"].src = "img/abouthomeoff.gif";
offImgArray["spacer1"].src = "img/spacer1homeoff.gif";
offImgArray["work"].src = "img/workhomeoff.gif";
offImgArray["spacer2"].src = "img/spacer2homeoff.gif";
offImgArray["resources"].src = "img/resourceshomeoff.gif";
offImgArray["spacer3"].src = "img/spacer3homeoff.gif";
offImgArray["contact"].src = "img/contacthomeoff.gif";
