<AREA ...>SHAPESHAPE = CIRCLE
SHAPE=CIRCLE indicates that the area is a circle. For a circle the
first two numbers in COORDS
For example, suppose the center of the circle is located at 251,143 and it has a radius of
47:
<AREA HREF="products.html" ALT="Products" TITLE="Products" SHAPE=CIRCLE COORDS="251,143, 47">
which gives us the circle in this map:
SHAPE=POLY >>>