[jQuery] jQuery.Accordion - how can panels stay open?

[jQuery] jQuery.Accordion - how can panels stay open?


I'm successfully using the accordion here http://www.norwegianfashion.no
(right side below videos).
My question is: How can I leave a "panel" open after it's been
clicked?
If 'Andre lenker' is open and I click 'Designskoler', 'Andre lenker'
panel is closed and 'Designskoler' opens.
Offcourse I would like to close an open panel by clicking it again.
I'm not sure if this is similar to what I need:
http://groups.google.com/group/jquery-en/browse_thread/thread/51a8b8a5d7feb738/640f730a404df9f4?lnk=gst&q=accordion#640f730a404df9f4
I tested it, but that broke the accordion functionality.