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("showroom").src ="images/showroom_on.png";
}
function mouseOut8()
{
document.getElementById("showroom").src ="images/showroom_off.png";
}
function mouseOver9()
{
document.getElementById("shades").src ="images/shade_on.png";
}
function mouseOut9()
{
document.getElementById("shades").src ="images/shade_off.png";
}
function mouseOver10()
{
document.getElementById("wishlist").src ="images/wltop_on.png";
}
function mouseOut10()
{
document.getElementById("wishlist").src ="images/wltop_off.png";
}
function mouseOver11()
{
document.getElementById("promotions").src ="images/promotions_on.png";
}
function mouseOut11()
{
document.getElementById("promotions").src ="images/promotions_off.png";
}
function mouseOver12()
{
document.getElementById("contact").src ="images/contact_on.png";
}
function mouseOut12()
{
document.getElementById("contact").src ="images/contact_off.png";
}
function mouseOver15()
{
document.getElementById("login").src ="images/logout_on.png";
}
function mouseOut15()
{
document.getElementById("login").src ="images/logout_off.png";
}

