function fncSetImageImage(oImage, strImagePath) {
  oImage.src = strImagePath;
}