
$(document).ready(function() {
    $(".treeview-red").treeview({
        animated:   "fast",
        collapsed:  true,
        unique:     true
        /*
        toggle: function() {
            window.console && console.log("%o was toggled", this);
        }
        */
    });
});

