//button mouseovers
locationsoff = new Image(); locationsoff.src="/images2/buttons/locations.gif";
locationson = new Image(); locationson.src = "/images2/buttons/locations_on.gif";
contactusoff = new Image(); contactusoff.src="/images2/buttons/contactus.gif";
contactuson = new Image(); contactuson.src = "/images2/buttons/contactus_on.gif";
legaloff = new Image(); legaloff.src="/images2/buttons/legal.gif";
legalon = new Image(); legalon.src = "/images2/buttons/legal_on.gif";
copyrightoff = new Image(); copyrightoff.src="/images2/buttons/copyright.gif";
copyrighton = new Image(); copyrighton.src = "/images2/buttons/copyright_on.gif";



function hiLite(imgDocID,imgObjName) {
	if (document.images) document[imgDocID].src = eval(imgObjName + ".src");
}