function fnTop()
	{
var str = "";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780' align='center'>";
	str+="<tr>";
	str+="<td><IMG SRC='images/pterocount-menu.gif' WIDTH=780 HEIGHT=67 border=0 usemap='#menu'></td>";
	str+="</tr>";
	str+="</table>";
	
	str+="<map name='menu'>";
 	str+="<area shape=rect coords='11,30,72,57' href='index.html' onMouseover='hideall();'>";
 	str+="<area shape=rect coords='91,31,221,57' href='aboutus.html' onMouseover='hideall();'>";
	str+="<area shape=rect coords='242,31,386,57' href='volunteers.html' onMouseover='hideall();'>";
 	str+="<area shape=rect coords='413,31,591,59' href='#' onMouseover='menu(0);'>";
	str+="<area shape=rect coords='615,29,697,56' href='contact.html' onMouseover='hideall();'>";
	str+="<area shape=rect coords='714,27,776,56' href='enrol.html' onMouseover='hideall();'>";
	str+="</map>";
document.write(str);
	}

function fnBottom()
	{
var str = "";
	str+="<table cellpadding='0' cellspacing='0' border='0' align='center'>";
	str+="<tr>";
	str+="<td align='center'><a class='btmlnks' href='aboutus.html'>About Us</a>&nbsp; &nbsp;|&nbsp; &nbsp;<a class='btmlnks' href='volunteers.html'>Volunteers Needed</a>&nbsp; &nbsp;|&nbsp; &nbsp;<a class='btmlnks' href='downloads/PteroCountPDFform.pdf' target='_blank'>Pterocount Data form (Pdf)</a>&nbsp; &nbsp;|&nbsp; &nbsp;<a class='btmlnks' href='downloads/PteroCountPDFform.doc' target='_blank'>Pterocount Data form (Word)</a>&nbsp; &nbsp;|&nbsp; &nbsp;<a class='btmlnks' href='contact.html'>Contact</a>&nbsp; &nbsp;|&nbsp; &nbsp;<a class='btmlnks' href='enrol.html'>Enrol</a><br><br>&copy; 2005 petrocount.org. All rights reserved.</td>";
	str+="</tr>";
	str+="</table>";
document.write(str);
	}

	
