// JavaScript Document
var faq=new switchicon("icongroup1", "div") //Limit scanning of switch contents to just "div" elements
faq.setHeader('<img src="http://www.missingscene.com/images/minus.gif" alt="Click to minimize this section" />', '<img src="http://www.missingscene.com/images/plus.gif" alt="Click to read on" />') //set icon HTML
faq.collapsePrevious(true) //Allow only 1 content open at any time
faq.setPersist(false) //No persistence enabled
faq.defaultExpanded() //Set 1st content to be expanded by default
faq.init()