// JavaScript Document
function changeImage(img,id) {
document.getElementById(id).src = img;
}
