function changeImage(path){
    var targetImg=document.getElementById('target');
    targetImg.src=path;
}
