function SwapFontColor(object,color){
  object.style.color=color;
}

