function stoppen() {
  if (Running == false) {
    Running = false;
  }
  else {
    Running = false;
    Stat("Slideshow stopped");
  }
}

