
function changeOn(id) {
  document.getElementById(id).style.backgroundImage='url(images/weiss.gif)';
}

function changeOff(id) {
  document.getElementById(id).style.backgroundImage='url(images/back_farbverlauf.jpg)';
}
