function displayFocus()
{
  var elem=document.getElementById('codi');
  elem.setAttribute('value','');
}

