function yazaki_nori_swapImg(pId, pImgSrc) {

  var obj1 = document.getElementById(pId);
  obj1.src = pImgSrc;

}

