function GaleriaKep(normal_kep_id, fajl, sorszam, kepalairas) {
    document.getElementById(normal_kep_id).src = fajl;
    document.getElementById(normal_kep_id).alt = kepalairas;
    document.getElementById(normal_kep_id).title = kepalairas;
    //document.getElementById('galeria_kepalairas').innerHTML = '<span class="felkover">('+sorszam+')</span><br>'+kepalairas;
}

