function mouseOver()
{
document.getElementById("ceiling").src ="images/ceiling_on.jpg";
}
function mouseOut()
{
document.getElementById("ceiling").src ="images/ceiling_off.jpg";
}
function mouseOver1()
{
document.getElementById("sconce").src ="images/sconce_on.jpg";
}
function mouseOut1()
{
document.getElementById("sconce").src ="images/sconce_off.jpg";
}
function mouseOver2()
{
document.getElementById("outdoor").src ="images/outdoor_on.jpg";
}
function mouseOut2()
{
document.getElementById("outdoor").src ="images/outdoor_off.jpg";
}
function mouseOver3()
{
document.getElementById("chandeliers").src ="images/chandeliers_on.jpg";
}
function mouseOut3()
{
document.getElementById("chandeliers").src ="images/chandeliers_off.jpg";
}
function mouseOver4()
{
document.getElementById("lamps").src ="images/lamps_on.jpg";
}
function mouseOut4()
{
document.getElementById("lamps").src ="images/lamps_off.jpg";
}
function mouseOver5()
{
document.getElementById("pendants").src ="images/pendants_on.jpg";
}
function mouseOut5()
{
document.getElementById("pendants").src ="images/pendants_off.jpg";
}
