function Color(t)
{t.style.background='#E1E3E8';
}

function Decolor(t)
{t.style.background='#EBECEC';
}
