function prelo(bild) {
    var pre_image = new Image();
    pre_image.src = bild;
}

