function change(that, fgcolor, bgcolor){
   that.style.color = fgcolor;
   that.style.backgroundColor = bgcolor;
}
