//$(document).ready(function () {
//    $("#poradnik").children("div").hide();
//    $("#poradnik").children("div:first").show();
//    $("#poradnik a").click(function() {
//            if ($(this).next(":hidden").length)
//                $("#poradnik").children("div").hide("slow");            
//            $(this).next().toggle("slow");
//        });
//});
