function sitPreloadImage(Path) {
    Img = new Image();
    Img.src = Path;
}
sitPreloadImage("images/Navibutton-Hundeschule-active.png");

