This tells your browser that this is an image map, and that the map name is Z.gif.
In this case it tell us the shape of the region, x, y coordinates (in pixels of the GIF image) and radius. Finally, it tells you where your browser should jump to. There are other possible shapes such as rectangles shape = "rect" ( specify top left/bottom right ) and polygons shape = "poly" - a series of coordinate pairs specifying a closed path on the image. All coordinate pairs must be on the same line and the maximum number of vertices is 100.