// -------------------
// Change the Heptig logo to highligh E, P, T, or none
// -------------------
function changeLogo(newClass) {
	document.getElementById("headerLogo").className = newClass;
	return true;
}