$(function() {
    $('a.totop').click(function() {
       $("html:not(:animated),body:not(:animated)").animate({ scrollTop: 0}, 400 );
       return false;
    });
    $('ul.kat-mn-2-akt').show();
});
