// scripts for italienwandern.com
// Jan Rusz, 2006

function button_hover (which) {
  document.images[which].src = "scheme/green/"+which+"H.gif";
}

function button_normal (which) {
  document.images[which].src = "scheme/green/"+which+".gif";
}

