// JavaScript Document
var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="http://xxximgs.philoptima.org/images/toggleDLminus.gif" /> ', '<img src="http://xxximgs.philoptima.org/images/toggleDLplus.gif" /> ')
bobexample.setColor('#8B0000', '#FF6600')
bobexample.setPersist(true)
bobexample.collapsePrevious(true) //Only one content open at any given time
bobexample.init()