Now, in the body of the document, just annotate these with the proper
name and add the event handler tie-ins, and we're
done:
Hi there.<p>
<a href="javascript:;" onMouseOver="image_on('Image1'); return true;"
onMouseOut="image_off('Image1'); return true;">
<img src="inactive.png" name="Image1" border=0 width=100 height=100></a>
<a href="javascript:;" onMouseOver="image_on('Image2'); return true;"
onMouseOut="image_off('Image2'); return true;">
<img src="inactive.png" name="Image2" border=0 width=100 height=100></a>
<p>