function swapImage(newimg) {
  var theLink = "/images/"+newimg;
  document.getElementById('bigimg').src = theLink;
  document.getElementById('enlargebut').href = theLink;
}
