function Navigate(section){
	document.write("<table align=left border=0 width=210 cellspacing=0 cellpadding=0 style='border-collapse: collapse'>");
	document.write("<tr><td>");
	document.write("<table border=1 cellspacing=0 cellpadding=2 style='float: left; border-collapse:collapse'>");
	document.write("<tr><td ");
	if (section == "home") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><a href='index.htm'><font size=4>Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></a></td></tr>");

	document.write("<tr><td ");
	if (section == "mission") {
		document.write("bgcolor=#688CC0");
	}	
	document.write("><font size='4'><a href='mission.htm'>Mission</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "guidelines") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='guidelines.htm'>Guidelines</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "procedures") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='procedures.htm'>Procedures</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "staff") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='staffdirectors.htm'>Staff Directors</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "board") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='boardofdirectors.htm'>Board of Directors</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "schools") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='schools.htm'>Schools</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "choice") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='choicematters.htm'>Choice Matters</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "evaluations") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='evaluations.htm'>Perspectives</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "history") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='history.htm'>History</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "help") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='helpus.htm'>Help Us</a></font></td></tr>");
	document.write("<tr><td ");
	if (section == "contact") {
		document.write("bgcolor=#688CC0");
	}
	document.write("><font size='4'><a href='contactus.htm'>Contact Us</a></font></td></tr>");
	document.write("<tr><td><a href='staugustine.htm'><img border='0'src='images/staugustine.jpg'width='191'height='124'></a><br />Click for larger image</td></tr>");
	document.write("</table><td width='100'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr></table>");
}

function ShowPic(pic){
	document.write("<img border='0' src='");
	document.write(pic);
	document.write("'");
	}