slideToogle and Cookies

slideToogle and Cookies


Hi!
I want to bringt "slideToogle" and the Cookie-Plugin together. How
does it work?
Link to the cookie plugin:
http://plugins.jquery.com/project/cookie
This is one of my functions.
$(function() {
     $('div#comment_fields').hide();
$('small#slideToggle').click(function () {
$('div#comment_fields').slideToggle('slow');
});
First, I hide the element. But how can I use the Cookie-Plugin with
that? Any ideas?