
function home() {
	document.getElementById("banner").src="images/home.png";
}

function lucas() {
	document.getElementById("banner").src="images/lucas.png";
}

function clarke() {
	document.getElementById("banner").src="images/clarke.png";
}

function ringgold() {
	document.getElementById("banner").src="images/ringgold.png";
}

function union() {
	document.getElementById("banner").src="images/union.png";
}

function decatur() {
	document.getElementById("banner").src="images/decatur.png";
}
