/* 

Navigation fields for the Civic Society pages

*/
<!--
var writeLine = ""
writeLine += '<table id="nav" width="175" bgcolor="#66cc00" border="0">';
writeLine += '<tr><td id="site"><a href="' + (prefix) + '/index.htm">Happy&nbsp;Valley</a></td></tr>';
writeLine += '<tr><td id="home"><a href="' + (prefix) + '/civicsociety/civicsociety.htm">BCS&nbsp;home&nbsp;page</a></td></tr>';
writeLine += '<tr><td id="discover"><a href="' + (prefix) + '/discover/discover.htm" class="discover"><b>Discovery&nbsp;Centre</b></a></td></tr>';
writeLine += '<tr><td id="co2"><a href="http://www.bollingtoncarbonrevolution.co.uk/"><strong>Carbon&nbsp;Revolution</strong></a></td></tr>';
writeLine += '<tr><td id="waterhouse"><a href="' + (prefix) + '/civicsociety/waterhouse.htm"><strong>Waterhouse&nbsp;mill&nbsp;site</strong></a></td></tr>';
writeLine += '<tr><td id="hallhill"><a href="' + (prefix) + '/civicsociety/hallhill.htm"><strong>Hall&nbsp;Hill&nbsp;fields</strong></a></td></tr>';
writeLine += '<tr><td id="cumberland"><a href="' + (prefix) + '/civicsociety/cumberland.htm"><strong>Cumberland&nbsp;Drive</strong></a></td></tr>';
writeLine += '<tr><td id="stjohnschurch"><a href="' + (prefix) + '/civicsociety/stjohnschurch.htm"><strong>St&nbsp;John\'s&nbsp;Church</strong></a></td></tr>';
writeLine += '<tr><td id="essence"><a href="' + (prefix) + '/civicsociety/essence.htm">The&nbsp;Essence&nbsp;of<br>&nbsp;Bollington</a></td></tr>';
writeLine += '<tr><td id="history"><a href="' + (prefix) + '/civicsociety/short_history.htm">Short&nbsp;history</a></td></tr>';
writeLine += '<tr><td id="ca"><a href="' + (prefix) + '/civicsociety/ca.htm">Conservation&nbsp;Areas</a></td></tr>';
writeLine += '<tr><td id="townplan"><a href="' + (prefix) + '/townplan/townplan.htm">Town&nbsp;Plan</a></td></tr>';
writeLine += '<tr><td id="tourism"><a href="' + (prefix) + '/civicsociety/tourism.htm">Destination&nbsp;Bollington </a></td></tr>';
writeLine += '<tr><td id="drjohn"><a href="' + (prefix) + '/history/people-coope.htm">Dr&nbsp;John&nbsp;Coope MBE</a></td></tr>';
writeLine += '<tr><td id="kriv"><a href="http://www.kriv.org.uk" target="_blank">Ridge&nbsp;&amp;&nbsp;Vale&nbsp;Project</a></td></tr>';
writeLine += '<tr><td><hr size="1" noshade color="#FFFFCC"></td></tr>';
writeLine += '<tr><td><a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="HV_Bollington">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>&nbsp;&nbsp;</td></tr>';
writeLine += '<tr><td class="nav99" id=tweet"><a href="' + (prefix) + '/tweet.htm"><strong>Tweet??&nbsp;&nbsp;</strong></a></td></tr>';
writeLine += '</table>';
document.write(writeLine);
-->
