// JavaScript Document
var box1=new switchcontent("sg1", "div") //Limit scanning of switch contents to just "div" elements
box1.setStatus('', '')
box1.setColor('#00afee', '#00afee')
box1.setPersist(false)
box1.defaultExpanded(0)
box1.collapsePrevious(true) //Only one content open at any given time
box1.init()

var box2=new switchcontent("sg2", "div") //Limit scanning of switch contents to just "div" elements
box2.setStatus('', '')
box2.setColor('#00afee', '#00afee')
box2.setPersist(false)
box2.defaultExpanded(0)
box2.collapsePrevious(true) //Only one content open at any given time
box2.init()


