function navOver(imgTag) { var theImage = imgTag; if (theImage.src.indexOf("-off.") != -1) theImage.src = theImage.src.replace("-off.", "-over."); else theImage.src = theImage.src.replace("-over.", "-off."); }
