// JavaScript Document

function mover(t)
{
t.style.backgroundColor="#FFB56A";
}
function mout(t)
{
t.style.backgroundColor=""
}

