jQuery(document).ready(function(){
    // Interpretacje
    jQuery("#drzewkoInterpretacje").treeview({
        collapsed: true,
        unique: true,
        animated: "slow", /* slow, normal, speed */
        persist: "location"
    });
    //  persist: "cookie",
    //  cookieId: "drzewoInterpretacje"
    // Dziedziny Prawa
    jQuery("#drzewkoDziedzinyPrawa").treeview({
        collapsed: true,
        unique: true,
        animated: "slow", /* slow, normal, speed */
        persist: "locationDziedzinyPrawa"
    });

    jQuery("#dzuWersje").treeview({
        collapsed: true,
        unique: true,
        animated: "slow", /* slow, normal, speed */
        persist: "locationWersje"
    });
});

