var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="/upload/library/i/opened.gif" /> ', '<img src="/upload/library/i/closed.gif" /> ')
bobexample.setColor('#555555', '#555555')
bobexample.setPersist(true)
bobexample.collapsePrevious(false) //Only one content open at any given time
bobexample.init()
