function sitPreloadImage(Path) {
    Img = new Image();
    Img.src = Path;
}
