<html>
<body>
<p>Click on the sun or on one of the planets to watch it closer:</p>
<object data="/demo/planets.gif" alt="Planets" type="image/gif" usemap="#Map1">
<map name="Map1">
<a href="/demo/sun.htm" shape="rect" coords="0,0,82,126">The Sun</a>
<a href="/demo/mercur.htm" shape="circle" coords="90,58,3">Mercury</a>
<a href="/demo/venus.htm" shape="circle" coords="124,58,8">Venus</a>
</map>
</object>
<p><b>Note:</b> The coords attribute is only supported in Firefox and Opera.</p>
</body>
</html>