function changeImg(strSrc, strTxt) {
    // change picture
    var img=document.getElementById('soubor_foto');
    img.src = strSrc;
    
    return false;
}

