	function setCellColor(obj,color)
	{
			obj.style.backgroundColor = color;
	}
