TStr TCordisEuPart::ExtrDeptNm(const TStr& EuPartStr){
  TStr DeptNm=EuPartStr.GetWcMatch("*Department:</span>*</td>*", 1).GetTrunc();
  if (!DeptNm.Empty()){
    DeptNm.ChangeStrAll("\n<BR>", " ");
    DeptNm=TXmlLx::GetPlainStrFromXmlStr(DeptNm);
  }
  return DeptNm;
}