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