function setBackground(which){
  document.body.style.background = "url(images/"+which+".png)";
  document.body.style.backgroundPosition = "center";
  document.body.style.backgroundRepeat = "no-repeat";
}
