<!--
	//Display the footer 
	function showfooter() {
		document.write("<p class='footer'>Pacific Northwest Nature Photographers is an official regional group of the <a href='http://www.naturephotographers.net/members.html'>Nature Photographers Network</p>");
		return true;
	}	  
	
	// Use this function to confuse robots that collect email addresses.
	function email(varsubject) {
            var mStr =         'mai'+ 'lto\:PNWNP Regional Coordinator <cknigh' + 't@cascademountain' + 'photography.c' + 'om>';
			if (varsubject)	mStr = mStr + '?subject=' + varsubject;
            location.href = mStr;
	}
	
	//Write the Menu Image Map
	function writeimagemap(){
		document.write('<tr><td colspan=2><img src="/images/pnwnpheader.gif" width="720" height="100" border="0" alt="" usemap="#pnwnpheader_Map"><map name="pnwnpheader_Map"><area shape="rect" alt="PNWNP Tips, Tricks & Techniques" coords="639,79,676,100" href="http://pacificnw.naturephotographers.net/tips/index.htm" target="_self"><area shape="rect" alt="Nature Photographers Online Magazine" coords="681,79,715,100" href="http://www.naturephotographers.net/index.html" target="_self"><area shape="rect" alt="PNWNP Members&rsquo; Favorite Locations" coords="574,78,632,99" href="http://pacificnw.naturephotographers.net/locations/index.htm" target="_self"><area shape="rect" alt="PNWNP Events & Photography Outings" coords="514,80,558,100" href="http://pacificnw.naturephotographers.net/events/index.htm" target="_self"><area shape="rect" alt="PNWNP Photo Forum" coords="454,79,500,100" href="http://www.naturephotographers.net/imagecritique/bbs.cgi?a=vf15" target="_self"><area shape="rect" alt="Pacific Northwest Nature Photographers Home" coords="4,4,444,99" href="http://pacificnw.naturephotographers.net/index.htm" target="_self"></map></td></tr>');
		return true;
	}
	
// -->

