function changebg1(td)
{
    td.style.background="#FAD877"
}
function changebg2(td)
{
    td.style.background="#DDBC89"
}
