function fontOver()
{
	document.getElementById('fontImg').src = "images/fontOverlay.png";
}

function fontOut()
{
	document.getElementById('fontImg').src = "images/font.png";
}
