function imgChange(img_nm, img_id) {
    document.getElementById(img_id).src = './images/'+img_nm;
}
