FAQ-style show/hide jQuery demo
jQuery makes this stuff so easy!
I just added a simple jQuery FAQ demo to my humble demos list
Had to build something similar for a client's site today - stripping out the relevant code and putting up an example was quick and painless... enjoy!
http://www.mredesign.com/demos/jquery-show-hide/


http://www.mredesign.com/demos/jquery-show-hide/
// Headers can be clicked
// Show all - Hide all buttons added , and toggle each-other on or off
// CSS hides buttons, js shows them - if no js, no X or + links are seen
// Show-hide effect using .slideUp and .slideDown for clean show/hide without text collapse