  //change img
  function changeImg(id, path){ 
document.getElementById(id).src=path; 
} 