// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

var fancyFAQ=new switchcontent("answer", "div") //Limit scanning of switch contents to just "div" elements
fancyFAQ.setStatus('<img src="images/faqCollapse.gif" /> ', '<img src="images/faqExpand.gif" /> ')
fancyFAQ.setColor('#f786b4', '#3E0F00')
fancyFAQ.setPersist(false)
fancyFAQ.collapsePrevious(true) //Only one content open at any given time
fancyFAQ.init()