document.write('	<table class=sectionmenu>');
document.write('          <tr><td><a class=sectionentry href="History1.htm">History</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="Taranaki.htm">Taranaki</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="employment.html">Employment</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="Facts1.htm">Key Facts</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="GreenAward.html">Green Award</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="Glossary.htm">Publications</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="Links1.htm">Intermodal Links</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="sites.htm">Associated Sites</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="scheduleofcharges.htm">Schedule Of Charges</a></td></tr>');
document.write('          <tr><td><a class=sectionentry href="news.htm">News Bulletins</a></td></tr>');
//document.write('          <tr><td><a class=sectionentry href="Tours.htm">Tours</a></td></tr>');
document.write('	  <tr><td><a class=sectionentry href="/Colins/colins.htm">Colin\'s Cat</a></td></tr>');
document.write('        </table>');

var i;
for (i = 0; i<document.links.length; i++)
{
	if ((document.links[i].href.toLowerCase() == document.URL.toLowerCase())
	&& (document.links[i].className == 'sectionentry'))
		document.links[i].className = 'currentsectionentry';
}