// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

var plusInfo=new switchcontent("switchgroup", "div"); //Limit scanning of switch contents to just "div" elements
plusInfo.setStatus('<img src="images/puce_bas.png" /> ', '<img src="images/puce_droite.png" /> ');
plusInfo.setColor('#75cdf4', '#75cdf4');
plusInfo.setPersist(true);
plusInfo.collapsePrevious(false); //Plusieurs expand possible en même temps
plusInfo.init();
