function changeback(obj)
  {obj.style.background="url(menuback.png)";
   obj.firstChild.style.color="#fff";
  } 
function changeto(obj)
  {obj.style.background="url(menubackon.png)";
   obj.firstChild.style.color="#000";
  }
