code:
#
<map name="sample">
<area shape="rect" coords="20,27,82,111" href="hotspot1.html">
<area shape="circle" coords="129,113,29" href="hotspot2.html">
<area shape="rect" coords="21,158,170,211" href="mailto:webmaster@ihip.com">
<area shape="default" nohref>
</map>
# Include the map file code within the desired HTML document and reference it like so:
<img border="0" src="image.gif" usemap="#sample">
That's how to do it, don't have time to change the coords, you can find them using paint or something