function over_roll(table_id, bg_color)
{
  table_id.style.background = bg_color;
}

