[jQuery] making the accordion remain open

[jQuery] making the accordion remain open


Hi,
I've ran into a problem using the accordion from
http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
Currently to keep the accordion open while navigating a site i add p=1
(or whatever number it may need) to the url, which works, but as soon
as I need to pass other variables through the url it breaks down and
won't remain open.
So while http://domain.com/details.aspx?p=2 will work fine,
http://domain.com/details.aspx?p=2&id=4 doesn't work.
Now I'm wondering there must be another way to have the accordion
remain open as someone must of come across this before.
Any help will be much appreciated