function fokusChangeColor(input){
  document.getElementById(input).style.color = "#000";     
  document.getElementById(input).select();
}
