
function setCellColor(id, color)
{
  document.getElementById(id).bgColor = color;
}

