function setCell(theCell, theClass)
{
	theCell.className = theClass;
    return true;
} // end of the 'setPointer()' function