node.onmouseover = function () { this.src = 'картинка при наведении'; }; node.onmouseout = function () { this.src = 'стандартная картинка'; }