function mouseOverHome()
{
document.home.src = "buttons/hovhome.gif";
}
function mouseOutHome()
{
document.home.src = "buttons/home.gif";
}
function mouseOverhaps()
{
document.haps.src = "buttons/hovhaps.gif";
}
function mouseOuthaps()
{
document.haps.src = "buttons/haps.gif";
}
function mouseOverhistory()
{
document.history.src = "buttons/hovhistory.gif";
}
function mouseOuthistory()
{
document.history.src = "buttons/history.gif";
}
function mouseOverlinks()
{
document.links.src = "buttons/hovlinks.gif";
}
function mouseOutlinks()
{
document.links.src = "buttons/links.gif";
}
function mouseOvercontact()
{
document.contact.src = "buttons/hovcontact.gif";
}
function mouseOutcontact()
{
document.contact.src = "buttons/contact.gif";
}
