<html>
<body>



<img src="mapmap.gif" usemap="#mapmap">
<map name="mapmap">
<area shape="rect" coords="99,11,157,73" href="map2.html">
<area shape="circle" coords="48,44,35" href="map1.html">
<area shape="polygon" coords="208,12,175,70,261,66" href="map3.html">
<area shape="default" nohref>
</map>



</body>
</html>