If you don't have packages to help you make image maps, here is a simple trick ...

finding coordinates of areas on your image

Set up a page to display your image, but use the ISMAP (server-side) attribute instead of USEMAP. Load the page into your browser. Move the mouse cursor over the image map and coordinates should display at the bottom of your browser window. Jot down the coordinates corresponding to your hotspot area and type them into your map file as coordinates for a polygon. This behavior is common in graphical browsers. Use the map below to see if it works for your browser.

The HTML to display the image looks like this ...

   <a href="#"> <img src="hcopy.gif" ismap /> </a>