function fCnvTxt(pIdn, pNovCls)
  {
  identity = document.getElementById(pIdn);
  identity.className = pNovCls;
  }
 

