
function color_cell(theCell, color)
{
    theCell.setAttribute('bgcolor', color, 0);
    return true;
}