Image maps = hot spots on image (hyperlinks) to other images.
the syntax is as follows:
<map name=\"FPMap0\">
<area href=\"
http://url1\" shape=\"rect\" coords=\"115, 37, 277, 106\">
<area href=\"
http://url2\" shape=\"rect\" coords=\"322, 62, 452, 164\">
</map>
<img border=\"0\" src=\"pic.gif\" width=\"500\" height=\"200\" usemap=\"#FPMap0\">
so image pic.gif has 2 hot spots, one is linked to
http://url1 and the other to
http://url2.
im sure that such feature would be very useful for art galleries and perhaps some scientific sites.