isc.SectionStack.addMethods({ showSingleSection: function(section) { this.hideSection(this.getSections()); this.showSection(isc.isAn.Object(section) ? section.ID : section); } });