function tnch(trg,cde) {
  if (cde == 1) {
    hex = "#FFF";
  }
  else {
    hex = "#1F1F1F";
  }
  $(trg).style.color = hex;
}