function ChangeCell(cell)
{
    cell.bgColor = "#f19266";
}

function RevertCell(cell)
{
    cell.bgColor = "#fddba8";
}
