
// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

	var switchdiv=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
	switchdiv.setStatus(' <img src="images/minus.gif" alt=" " /> ', ' <img src="images/plus.gif" alt=" " /> ')
	switchdiv.setColor( 'black', 'black')
	switchdiv.setPersist(true)
	// switchdiv.collapsePrevious(true) //Only one content open at any given time
	switchdiv.init()
