function mouseOver()
{
document.getElementById("home").src ="images/home_on.png";
}
function mouseOut()
{
document.getElementById("home").src ="images/home_off.png";
}
function mouseOver2()
{
document.getElementById("about").src ="images/about_on.png";
}
function mouseOut2()
{
document.getElementById("about").src ="images/about_off.png";
}
function mouseOver3()
{
document.getElementById("locations").src ="images/locations_on.png";
}
function mouseOut3()
{
document.getElementById("locations").src ="images/locations_off.png";
}
function mouseOver4()
{
document.getElementById("directions").src ="images/directions_on.png";
}
function mouseOut4()
{
document.getElementById("directions").src ="images/directions_off.png";
}
function mouseOver5()
{
document.getElementById("plumbing").src ="images/plumbing_on.png";
}
function mouseOut5()
{
document.getElementById("plumbing").src ="images/plumbing_off.png";
}
function mouseOver6()
{
document.getElementById("products").src ="images/products_on.png";
}
function mouseOut6()
{
document.getElementById("products").src ="images/products_off.png";
}
function mouseOver7()
{
document.getElementById("login").src ="images/login_on.png";
}
function mouseOut7()
{
document.getElementById("login").src ="images/login_off.png";
}
function mouseOver8()
{
document.getElementById("hardware").src ="images/hardware_on.png";
}
function mouseOut8()
{
document.getElementById("hardware").src ="images/hardware_off.png";
}
function mouseOver9()
{
document.getElementById("wishlist").src ="images/viewwishlist_on.png";
}
function mouseOut9()
{
document.getElementById("wishlist").src ="images/viewwishlist_off.png";
}
function mouseOver10()
{
document.getElementById("logout").src ="images/logout_on.png";
}
function mouseOut10()
{
document.getElementById("logout").src ="images/logout_off.png";
}

