function changebox(id, color)
{
  document.getElementById(id).style.background = color;
}