var bobexample1=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample1.setStatus('<img src="/upload/history/i/photosopened.gif" /> ', '<img src="/upload/history/i/photosclosed.gif" /> ')

var bobexample2=new switchcontent("switchgroup2", "div") //Limit scanning of switch contents to just "div" elements
bobexample2.setStatus('<img src="/upload/history/i/historicopened.gif" /> ', '<img src="/upload/history/i/historicclosed.gif" /> ')

var bobexample3=new switchcontent("switchgroup3", "div") //Limit scanning of switch contents to just "div" elements
bobexample3.setStatus('<img src="/upload/history/i/readopened.gif" /> ', '<img src="/upload/history/i/readclosed.gif" /> ')

bobexample1.setColor('#000000', '#555555')
bobexample1.setPersist(true)
bobexample1.collapsePrevious(false) //Only one content open at any given time
bobexample1.init()

bobexample2.setColor('#000000', '#555555')
bobexample2.setPersist(true)
bobexample2.collapsePrevious(false) //Only one content open at any given time
bobexample2.init()

bobexample3.setColor('#000000', '#555555')
bobexample3.setPersist(true)
bobexample3.collapsePrevious(false) //Only one content open at any given time
bobexample3.init()