function setPointer(theRow, thePointerColor)
{
    theRow.style.backgroundColor = thePointerColor;
    return true;
} 


