

function mfsCycleLargeOnLoad () {
  scrollinit ();
  if (document.getElementById("anfahrtskizze")) {
    load();
  }
  return true;
}

