function mouseOver()
{
document.getElementById("solutions").src ="images/solutions_on.png";
}
function mouseOut()
{
document.getElementById("solutions").src ="images/solutions_off.jpg";
}
function mouseOver1()
{
document.getElementById("furnishings").src ="images/furnishings_on.png";
}
function mouseOut1()
{
document.getElementById("furnishings").src ="images/furnishings_off.jpg";
}
function mouseOver2()
{
document.getElementById("decor").src ="images/decor_on.png";
}
function mouseOut2()
{
document.getElementById("decor").src ="images/decor_off.jpg";
}
function mouseOver3()
{
document.getElementById("consultation").src ="images/consultation_on.png";
}
function mouseOut3()
{
document.getElementById("consultation").src ="images/consultation_off.png";
}
function mouseOver4()
{
document.getElementById("tips").src ="images/tips_on.png";
}
function mouseOut4()
{
document.getElementById("tips").src ="images/tips_off.png";
}
function mouseOver5()
{
document.getElementById("designer").src ="images/ask_on.png";
}
function mouseOut5()
{
document.getElementById("designer").src ="images/ask_off.png";
}
function mouseOver6()
{
document.getElementById("submit").src ="images/submit_on.png";
}
function mouseOut6()
{
document.getElementById("submit").src ="images/submit_off.png";
}
function mouseOver7()
{
document.getElementById("submit2").src ="images/submit_on.png";
}
function mouseOut7()
{
document.getElementById("submit2").src ="images/submit_off.png";
}
function mouseOver8()
{
document.getElementById("submit3").src ="images/submit_on.png";
}
function mouseOut8()
{
document.getElementById("submit3").src ="images/submit_off.png";
}

$(function() {
    if(window.location.pathname == '/lighting.asp') {
       document.getElementById("solutions").src ="images/solutions_on.png";
    }
});
$(function() {
    if(window.location.pathname == '/gifts.asp') {
       document.getElementById("furnishings").src ="images/furnishings_on.png";
    }
});
$(function() {
    if(window.location.pathname == 'http://www.search52.com/lightingbydesign_new/accessories.asp') {
       function mouseOut()
{
document.getElementById("solutions").src ="images/solutions_off.jpg";
}
    }
});
