//CONFIGURAR OPÇÃO DE EXPANSÃO
var joeexample=new switchcontent("expandido", "blockquote") //Limit scanning of switch contents to just "p" elements
//joeexample.setStatus('[open] ', '[closed] ')
joeexample.setColor('#900', '#828282')
joeexample.collapsePrevious(true) //Allow more than 1 content to be open simultanously
joeexample.setPersist(false)
//joeexample.defaultExpanded(0,1)
joeexample.init()
