Tree state saving
COOLjsTree Professional allows you to save its state in browser's cookies. I.e. next time user will visit the page tree will restore it's previous state.
Try to reload page and you will see that trees keep they states.
To enable this feature you have to set field nr.17 in the format file to "true":
var TREE1_FORMAT = [
...
// 17. if true state will be saved in cookies
true,
...
];