I have created an image map that can be placed into an HTML file to make Terra's map clickable. For example when one clicks on the name "Friends of Sligo Creek" on that logo, one links to the home page of Friends of Sligo Creek. The operation of this image map can be seen at
http://fosc.org/AWS.htm. The HTML code can be viewed atnd copied from that location or copied from below.
There is no website for Friends of Lower Beaverdam Creek yet, so that name is not a link.
The image AnacostiaWatershedNetwork.png must be 498 pixels wide and 266 pixels high for proper operation of the HTML code.
The relevant HTML code for this image map follows.
<map name="logomap">
<area shape="rect" coords="4,103,144,137" href="http://www.fosc.org">
<area shape="rect" coords="155,103,350,137" href="http://www.neighborsnwb.org">
<area shape="rect" coords="352,103,494,137" href="http://www.eopb.org">
<area shape="rect" coords="23,138,207,167" href="http://www.friendsoflpb.org">
<area shape="rect" coords="209,138,491,167" href="http://www.ccric.org">
<area shape="rect" coords="4,168,255,197" href="http://www.BeaverDamCreek.org">
<area shape="rect" coords="271,168,446,197" href="http://www.StillCreekWatershed.org">
<!--
<area shape="rect" coords="18,198,249,223" href="http://www.FriendsOfLowerBeaverdamCreek.org">
-->
<area shape="rect" coords="250,198,486,223" href="http://www.WattsBranch.org">
<area shape="rect" coords="122,224,371,254" href="http://popebranch.blogspot.com">
</map>
<img src="Images/AnacostiaWatershedNetwork.png" border=1 usemap="#logomap">