<html>
<body>
<img src="/img/eg_mouse2.jpg" name="mousetest">
<p onmousemove="document.images['mousetest']
.src='/img/eg_mouse.jpg'">When you move the mouse pointer over this paragraph, the image changes.</p>
</body>
</html>