function changeImage(swapImage)
  {
  document.getElementById("illustration").className=swapImage;
  }