
imageOver = function (img) {img.src = img.src.replace('_off', '_on');}
imageOut = function (img) {img.src = img.src.replace('_on', '_off');}
