
/* Using prototype.js, scriptaculous.js, accordian-base.js for FAQs */
/* See the Prototype web site: http://www.prototypejs.org/          */

document.observe("dom:loaded", function()
{
    accordion = new Accordion("faq-accordion", 1);
});
