function topNav(){
document.write('<h1>');
document.write('<a href="default.htm" target="_parent">Home</a> | ');
document.write('<a href="super.htm" target="_parent">Supervisor</a>  |'); 
document.write('<a href="clerk.htm" target="_self">Clerk</a> |');
document.write('<a href="treasurer.htm" target="_parent">Treasurer</a> | ');
document.write('<a href="dpw.htm" target="_parent">DPW </a>|');
document.write('<a href="fire.htm" target="_parent"> Fire </a>|'); 
document.write('<a href="p_and_r.htm" target="_top">Parks &amp; Rec </a>|');
document.write('<a href="library.htm" target="_parent"> Library </a> | ');
document.write('<a href="building.htm">Building </a>| ');
document.write('<a href="history.htm">History</a> |');
document.write('<a href="minutes.htm">Minutes</a>');
document.write('</h1>');
	  }