// This script fills table cell with link items.  It's original intent
// was as the left hand table-of-contents for the web page.  
// This script is dependent on a style document that defines a b.topics, an a.left, and a p.left  class
<!--
function topics()
{document.write('<b class="topics">Topics</b><br />')
 document.write('<i>Site Updated: 3 September 2010</i><br /><br />')
 document.write('<a href="index.html" target="_top" class="left">Black Creek Watershed Home</a><br /><br />')

 document.write('<a href="bconlinemaps.htm" class="left">Online Mapping</a>\
  <br /><br />')
 
 document.write('<a href="docs/bcwatershed.pdf" target="_blank" class="left">Watershed Map</a><br />')
 document.write('<a href="bcfacts.htm" target="_top" class="left">Black Creek Watershed Facts</a><br />')
 document.write('<a href="bcphotos.htm" target="_top" class="left">Photographs of the Watershed</a><br />')
 document.write('<a href="http://waterdata.usgs.gov/ny/nwis/uv?format=gif&period=31&site_no=04231000"   target="_blank" \
  class="left">Real-time Streamflow Data</a><br />')

 document.write('<br />')
 //document.write('<a href="bcnoannounce.htm" class="left" target="_top">Agenda for Next Meeting</a><br />')
 // document.write('<a href="docs/agenda2006_05_25.pdf" class="left" target="_blank">Agenda for Next Meeting</a>\
 //  &nbsp;&nbsp;<img src="images/updated.gif" alt="updated"/><br />')
 document.write('<a href="bcmins.htm" class="left" target="_top">Meeting Minutes</a><br />')
 document.write('<a href="bclinks.htm" class="left" target="_top">Links</a><br />')
 document.write('<a href="bcfillout.htm" class="left" target="_top">Docs to Fill Out</a><br />')
 //document.write('<a href="bcmins.htm" class="left" target="_top">Meeting Minutes</a> \
 // &nbsp;&nbsp;<img src="images/updated.gif" alt="updated"/><br />')

 document.write('<br />')
 document.write('<a href="bcinnews.htm" target="_top" class="left">Black Creek in the News</a><br />')
 document.write('<a href="bcacti.htm" target="_top" class="left">Activities and Recreation</a><br />')

 document.write('<br />')
 document.write('<a href="bccontrol.htm" target="_top" class="left">Sediment Ctrl: Oatka &amp; Black Crk</a><br />')
 document.write('<a href="bcstate.htm" target="_top" class="left">State of the Basin Report</a><br />')
 document.write('<a href="bcnchili.htm" target="_top" class="left">N. Chili Trib. Report</a><br />')

 document.write('<br />')
 document.write('<a href="bcplangflrpc.htm" target="_blank" class="left">Watershed Planning-G/FLRPC</a><br \>')
 document.write('<a href="bcplan.htm" target="_blank" class="left">Watershed Planning References</a><br \>')
 document.write('<a href="bctech.htm" target="_top" class="left">Technical References</a><br \>')
 //document.write('<a href="docs/internetres.pdf" target="_blank" class="left">Internet Resources (122 KB PDF)</a><br />')

 //document.write('<br />')
 //document.write('<a href="bcsubs.htm" target="_top" class="left">Subcommittee Information</a><br />')

 document.write('<br />')
 document.write('<a href="bcnews.htm" target="_top" class="left">Newsletters &amp; Brochures</a><br />')

 document.write('<br />')
 document.write('<a href="bcemail.htm" target="_top" class="left">E-mail</a><br />')
 document.write('<a href="bccredit.htm" target="_top" class="left">Web Site Credit</a><br />')
 document.write('<a href="bctrouble.htm" class="left">Having Trouble With Site?</a><br /></p>')
 document.write('<a href="bcdisclaim.htm" class="left"> \
   <img src="images/exclaimbut.gif" height="20" width="20" alt="disclaimer" border="0"/> Site Disclaimer</a><br /></p>')


//    document.write('<a href="bcnews.htm" target="_top" class="left">Newsletters</a> \
//     &nbsp;&nbsp;<img src="images/new.gif" alt="new" /><br />')
// document.write('<p class="left">The Black Creek Watershed Coalition \
//  &nbsp;&nbsp;<img src="images/sooncome.gif" alt="soon" /><br /></p>')


// document.write('<br /><br />')
// document.write('<p><font size="1" face="Tahoma">This project is funded by an EPA grant. </font></p>')
}
//-->
