function fncIconSet (pObjectId, pImgPath) {
  document.getElementById(pObjectId).src = pImgPath;
}
