function switchImage(id){
  var obj = document.getElementById("specImg");
  obj.src = "/images/specs/" + id + ".jpg";
}