function init(a){
  var n="nv"+String(a);
  document.getElementById(n).style.color="#A8FF57";
}