function cellColor(cell,color)
{
	cell.style.backgroundColor=color;
	return true;
}