// JavaScript Document

// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

var bobexample=new switchcontent("switchgroup1", "div") //Limit scanning of switch contents to just "div" elements
bobexample.setStatus('<img src="collapse_close.png" /> ', '<img src="expand_readmore.png" /> ')
bobexample.setColor('darkred', 'black')
bobexample.setPersist(true)
bobexample.collapsePrevious(true) //Only one content open at any given time
bobexample.init()

//expand: http://img167.imageshack.us/img167/7718/closedy2.png

//collapse: http://img242.imageshack.us/img242/5553/opencq8.png