// JavaScript Document
function imgChange(imgObj,srcImg){
       imgObj.src= srcImg;
}
