function color (id) {
  document.getElementById(id).src="fileadmin/content/img/referenzkunden/"+id+".png";
}

function bw (id) {
  document.getElementById(id).src="fileadmin/content/img/referenzkunden/sw/"+id+".png";
}

