
function showMenu()
{
	document.write('<a class="menu" href="home.html">Home</a> &nbsp;&nbsp;');
	document.write('<a class="menu" href="about-walk.html">About</a>&nbsp;&nbsp;&nbsp;');
	document.write('<a class="menu" href="thewalk.html">The Walk</a>&nbsp;&nbsp;&nbsp;');
	document.write('<a class="menu" href="sponsor.html"> Be a Sponsor</a> &nbsp;&nbsp;&nbsp;');
	document.write('<a class="menu" href="walker.html">Be a Walker</a> &nbsp; &nbsp;&nbsp;');
	document.write('<a class="menu" href="volunteer.html">Be a Volunteer</a>');
	
	
}


function showFooter()
{
	document.write('<span class="footer">For more information, please contact:<br/>Director of Development: <a href="mailto:llarge@preventchildabuseillinois.org" style="color:#333333;">Lori Large Oldenettel</a><br/>Tel: 217.522.1129 &nbsp;&nbsp;Cell:217.370.4597</span><br/><a href="../index.html" style="color:#333333;"> Prevent Child Abuse Illinois</a> ');
}
             
       
           
            
            