
<!--// verstecken

function change(image,img) {
  if (document.images) {
    document[img].src = image;
  }
}

//-->
