Click on the CICS or DB2 portion of the image.
<img src="subsys.jpg" width=300 height=300>
<img src="subsys.jpg" width=300 height=300 usemap="#map1">
<map name="map1"> <!-- X1 Y1 X2 Y2 page to display --> <area coords="125, 20,175, 50" href="htmlcics.htm"> <area coords=" 75,200,125,230" href="htmldb2.htm"> </map>
The coordinates given are upperleft corner (X1,Y1) and lower right corner (X2,Y2) and are in pixels. The most upperleft corner is (0,0) While the most lowerright corner is (300,300).
I exert control over the coordinate system by reiszing the picture with the height and width attributes.