JQuery partial load and replace of <ul>

Hello,

I am using the jquery gallery demo’ed here http://www.twospy.com/galleriffic/example-1.html

Basically, what I want to do is replace the pagination with a static ‘menu’ to navigate to different categories (in my case, decades: 1940s, 1950s, 1960s, etc). I imagine this is pretty simple but I can’t figure it out.

I’m guessing I could create <ul>'s broken into separate div’s, and the onclick function for each ‘decade’ would load and replace that specific div. I also want the selected decade title to change to the “current” class.

Thanks for the help.

Jeff