function showFoot(type)
{
	document.write('<table align=center border=0 cellpadding=2 cellspacing=0 style="border-collapse: collapse" width=100%>');
	document.write('<tr class="footer">');
	document.write('<td><a target=blankCAP href=https://www.capnhq.gov/unitlocator/unitloc.html>Find a CAP Unit</a> | ');
	document.write('<a target=blankCAP href=http://my.schedulemaster.com>ScheduleMaster</a></td>');
	document.write('</tr></table>');
}
