// JavaScript Document
function OverHome()
{
document.getElementById("Home").src ="Buttons/home3.png";
}
function OutHome()
{
document.getElementById("Home").src ="Buttons/home2.png";
}
function OverSchools()
{
document.getElementById("Schools").src ="Buttons/ASCHOOLS3.png";
}
function OutSchools()
{
document.getElementById("Schools").src ="Buttons/ASCHOOLS2.png";
}
function OverClass()
{
document.getElementById("Class").src ="Buttons/classes3.png";
}
function OutClass()
{
document.getElementById("Class").src ="Buttons/classes2.png";
}
function OverContact()
{
document.getElementById("Contact").src ="Buttons/CONTACT3.png";
}
function OutContact()
{
document.getElementById("Contact").src ="Buttons/CONTACT2.png";
}
function OverDirect()
{
document.getElementById("Direct").src ="Buttons/DIRECTIONS3.png";
}
function OutDirect()
{
document.getElementById("Direct").src ="Buttons/DIRECTIONS2.png";
}
function OverGall()
{
document.getElementById("Gall").src ="Buttons/gallery3.png";
}
function OutGall()
{
document.getElementById("Gall").src ="Buttons/gallery2.png";
}
function OverBio()
{
document.getElementById("Bio").src ="Buttons/INTRUCTORBIO3.png";
}
function OutBio()
{
document.getElementById("Bio").src ="Buttons/INTRUCTORBIO2.png";
}
function OverLink()
{
document.getElementById("Link").src ="Buttons/links3.png";
}
function OutLink()
{
document.getElementById("Link").src ="Buttons/links2.png";
}
function OverNews()
{
document.getElementById("News").src ="Buttons/NEWSEVENTS3.png";
}
function OutNews()
{
document.getElementById("News").src ="Buttons/NEWSEVENTS2.png";
}
function OverStudent()
{
document.getElementById("Student").src ="Buttons/students3.png";
}
function OutStudent()
{
document.getElementById("Student").src ="Buttons/students2.png";
}

