﻿function changeImg(Image) {

document.getElementById('project_img').src = Image;

}