var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="images/open_arrow.gif" alt="open_arrow " />','<img src="images/close_arrow.gif" alt="close_arrow " /> ')
bobexample.setColor('yellow', '#ffffff')
bobexample.setPersist(true)
bobexample.collapsePrevious(true) //Only one content open at any given time
bobexample.init()
