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/about2on.gif";
onImgArray["spacer1l"].src = "img/spacer12lon.gif";
onImgArray["spacer1r"].src = "img/spacer12ron.gif";			
onImgArray["work"].src = "img/work2on.gif";
onImgArray["spacer2l"].src = "img/spacer22lon.gif";
onImgArray["spacer2r"].src = "img/spacer22ron.gif";			
onImgArray["resources"].src = "img/resources2on.gif";
onImgArray["spacer3l"].src = "img/spacer32lon.gif";
onImgArray["spacer3r"].src = "img/spacer32ron.gif";
onImgArray["contact"].src = "img/contact2on.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/about2off.gif";
offImgArray["spacer1"].src = "img/spacer12off.gif";
offImgArray["work"].src = "img/work2off.gif";
offImgArray["spacer2"].src = "img/spacer22off.gif";
offImgArray["resources"].src = "img/resources2off.gif";
offImgArray["spacer3"].src = "img/spacer32off.gif";
offImgArray["contact"].src = "img/contact2off.gif";
