function imageChange2(path,target){
 document.getElementById(target).src = path;
}

