<!-- hide this stuff from other browsers
function WriteNavBar()
{
	var homeURL = 'www.vtacorn.net';
	var rootPath = 'D%3A%5Cinetpub%5Cvtacorn';

	document.writeln('<td align="center"><a href="http://'+homeURL+'/default.htm"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Home</span></a></td>' + 
		'<td align="center"><a href="http://'+homeURL+'/bin/mapserv40.exe?layer=Towns&amp;layer=Watersheds&amp;layer=Labels&amp;zoomsize=2&amp;map='+rootPath+'%5CAcornFinal.map&amp;program=http%3A%2F%2F'+homeURL+'%2Fbin%2Fmapserv40.exe&amp;root=http%3A%2F%2F'+homeURL+'&amp;map_web_imagepath='+rootPath+'%5Ctmp%5C&amp;map_web_imageurl=http%3A%2F%2F'+homeURL+'%2Ftmp%2F"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Acorn MapServer</span></a></td>' +
		'<td align="center"><a href="http://'+homeURL+'/forester.html"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Ask a Forester/Chat</span></a></td>' +
		'<td align="center"><a href="http://'+homeURL+'/forestry.html"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Forestry</span></a></td>' +
		'<td align="center"><a href="http://'+homeURL+'/ecology.html"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Ecology</span></a></td>' +
		'<td align="center"><a href="http://'+homeURL+'/landprotection.html"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Land Protection</span></a></td>' +
		'<td align="center"><a href="http://'+homeURL+'/localinterest.html"><span class="navbar" onmouseover="NavBar_rollon(this);" onmouseout="NavBar_rolloff(this);">Local Interest</span></a></td>')

 }
	

function NavBar_rollon (obj) 
{
	obj.style.color = '#336633';
   //document.writeln("hi");
}

function NavBar_rolloff (obj) 
{
   obj.style.color = 'FFFFCC';
}


// end the hiding comment --> 		 	