// JavaScript Document

var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="http://tax.cchgroup.com/images/open.gif" /> ', '<img src="http://tax.cchgroup.com/images/close.gif" /> ')
bobexample.setColor('#0066CC', '#0066CC')
bobexample.setPersist(false)
bobexample.defaultExpanded(0) //1st content within group should be expanded by default
bobexample.collapsePrevious(false) //true=Only one content open at any given time
bobexample.init()
