navigation accordion, query string

navigation accordion, query string


hey guys -
i have an accordion navigation script, and it works fine with my query
strings....except when i add another variable to the query string.
then the accordion doesn't find the right link to highlight.
anybody know a quick and dirty way of adjusting the code to accept/
ignore extra vars in the query string? one is what i want, two is the
max it will ever have.
thanks in advance!
EXAMPLE:
[code]?loc=http://www.mypage.com[/code] works - the mypage link in the
accordion that is that query string shows up highlighted.
[code]?loc=http://www.mypage.com&isOpen=false[/code] does not work.