function sa(n,m){
  if(n!=10) document.getElementById('nv'+String(n)).style.color="#ECD79F";
  if(m!=10) document.getElementById('xv'+String(m)).style.color="#9B7C47";
}
