function PrepniObrazek(imageid, imagefile) {
        document.getElementById(imageid).src = imagefile;
}