function changePic(obj){
  str = obj.src;
  str = str.replace("/th/", "/");
  document.getElementById("project_img").src = str;
}