// AH: Created 03-11-10 and finalized 03-16-10 using var boepagecontent
// AH (03-30-10): Disabled the "default.Expanded" method

// MAIN FUNCTION: new switchcontent("class name", "[optional_element_type_to_scan_for]") REQUIRED
// Call Instance.init() at the very end. REQUIRED

var boepagecontent=new switchcontent("switchgroup", "div") //Limit scanning of switch contents to just "div" elements
boepagecontent.setStatus('<img style="VERTICAL-ALIGN: text-bottom;" src="/images/icons/gold_asterisk_16x16.gif" />', '<img  style="VERTICAL-ALIGN: baseline; border-width: 0px;" src="/images/icons/green_check_16x16.gif" />')
boepagecontent.setColor('#006600', '#262626') //Dark Green, Dark Grey
boepagecontent.setPersist(true)
boepagecontent.collapsePrevious(true) //Only one content open at any given time
// boepagecontent.defaultExpanded(0) //1st content expanded - Disabled
boepagecontent.init()
