function backgroundimagechange()
{
var t=document.getElementById("inner").style.backgroundImage="url(images/acorn_s.jpg)"
}

function over(obj,color)
{
obj.style.backgroundColor=color;
}
function out(obj,color)
{
obj.style.backgroundColor=color
}
