TreeView plugin - cookie-based persistance

TreeView plugin - cookie-based persistance

Hi,

I'm a real novice, but I have started to use the JQuery plugin and I think they are fantastic, particularly the TreeView menu.

My question is how do I place this Menu on a number of pages, so that the persistence works?

It is perhaps a little understatement to say that I do not understand how the menu can persist over page changes!

I've tried the parameters
$(document).ready(function(){
$("#browser").treeview({
animated:"fast",
        collapsed: true,
persist: "cookie"
});
});
But that doesn't seem to help

Is there an example I could look at anywhere?

Thank you