//DESCRIPTION: Delete all section prefixes and switch them off // ©Copyright 2006 PDS Associates, pdsassoc.com if (app.documents.length > 0) { aDoc = app.activeDocument; aDoc.sections.everyItem().sectionPrefix = ""; aDoc.sections.everyItem().includeSectionPrefix = false; }