function confirmation(link) {
      var answer = confirm("Figyelem, a törlés végleges! \nKattints az OK gombra, ha tényleg ezt akarod.")
    if (answer){
    window.location = link;    }
}

function indit(){
    $('hir1').className = 'top-hirek-mutat'
    }
    function changeHirValto(id){
        for(i=1; i<8; i=i+1){
            $('hir'+i).className = 'top-hirek-rejt' 
        } 
        $('hir'+id).className = 'top-hirek-mutat'   
}

function nyit(id){
    var e = document.getElementById(""+id);
    e.style.display = e.style.display == "none" ? "block" : "none";
}
