
function showMenubar()
{
	document.write('<A href="../index.html" class="menu">HOME</A> &nbsp; &nbsp;');
	document.write('<a href="calendar.html" class="menu">REGISTER</A>&nbsp;&nbsp;  ');
	document.write('<A href="calendar.html" class="menu">CALENDAR</A> &nbsp; &nbsp; ');
	document.write('<A href="point.html" class="menu">POINT SERIES</A>&nbsp;&nbsp; ');
	document.write('<A href="results.html" class="menu">RESULTS</A> &nbsp;&nbsp;');
	document.write('<A href="volunteer.html" class="menu">VOLUNTEER</A>&nbsp;&nbsp; ');
	document.write('<A href="info.html" class="menu">INFO</A>&nbsp;&nbsp;');
	document.write('<A href="contact.html" class="menu">CONTACT</A>');
}

function showMenuhome()
{		 
	document.write('<a href="code/calendar.html" class="menu">REGISTER</A>&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/calendar.html" class="menu">CALENDAR</A> &nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/point.html" class="menu">POINT SERIES</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/results.html" class="menu">RESULTS</A> &nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/volunteer.html" class="menu">VOLUNTEER</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/info.html" class="menu">INFO</A>&nbsp;&nbsp;&nbsp;&nbsp;');
	document.write('<A href="code/contact.html" class="menu">CONTACT</A>');
	
}


function showFooter()
{
	document.write('Illinois Coalition for Community Services<br/> 510 Apple Orchard Road, Suite 100 - Springfield, IL 62703<br/>Tel:217.522.2378 &nbsp; Toll-Free 800.728.1523 &nbsp; Fax: 217.522.2698<br/><br/><a href="../staff/staff-page.html" class="white-lg">STAFF</a>&nbsp;&nbsp;<a href="http://webmail.organizing-communities.org" class="white-lg">Webmail</a><br/><br/>');
}

function showFooterhome()
{
	document.write('Illinois Coalition for Community Services<br/> 510 Apple Orchard Road, Suite 100 - Springfield, IL 62703<br/>Tel:217.522.2378 &nbsp; Toll-Free 800.728.1523 &nbsp; Fax: 217.522.2698<br/><br/><a href="staff/staff-page.html" class="white-lg">STAFF</a>&nbsp;&nbsp;<a href="http://webmail.organizing-communities.org" class="white-lg">Webmail</a><br/><br/>');
}

