$(document).on("click",".show_successors", function () {
            $(this).next().toggle("fast");
            return false;
        });