Accordion w/ animation

Accordion w/ animation


I used the downloader to get the UI, including all the effects. I put
together an accordion, however, I am unable to get any of the easing
or sliding to work. I get the following error:
jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" :
"linear")] is not a function
step(undefined)jquery-1.2.6.js (line 3321)
t(undefined)jquery-1.2.6.js (line 3223)
(no name)()jquery-1.2.6.js (line 3235)
[Break on this error] this.pos = jQuery.easing[this.options.easing ||
(jQuery.easing.swing ? "swing...
Has anyone experienced this?
My Code - http://jquery.pastebin.com/m26459e90
Accordion itself works just fine...just the animation is what isn't
working correctly. Thanks for any help.
Seth