activeElement = null;

function makeActive(el){
  if (activeElement) {
    activeElement.children(0).style.borderColor = "inactiveborder";
    activeElement.children(1).style.backgroundColor = "inactivecaption";
    activeElement.children(1).style.color = "inactivecaptiontext";
  }
}