// SWAP FUER SPEZIALANFERTIGUNGEN
function swapImage(toSrc) {
  var fi = document.getElementById("fullimage");
  if (fi) fi.src = toSrc;
}