$(document).ready(function () {
    $("#index1, #index2, #index3").treeview({
        animated: "normal",
        collapsed: true,
        unique: true,
        persist: "location",
        control: "#treecontrol",
        toggle: function () {
            window.console && console.log("%o was toggled", this);
        }
    });
});
