var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="../img/nav_open1.gif" /> ', '<img src="../img/nav_closed.gif" /> ')
/*bobexample.setColor('#665D92', '#666')*/
bobexample.setPersist(true)
bobexample.collapsePrevious(true) //Only one content open at any given time
bobexample.init()
