// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just show the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = 'images_ui/'

HIGHLIGHT = 1
HIGHLIGHT_BG = '#487599'
HIGHLIGHT_COLOR = '#ffffff'
WRAPTEXT = 1
foldersTree = gFld("Object Model and Dashboard Development Services Developer’s Guide")

foldersTree.xID = "xobjxobj"
first0 = insDoc(foldersTree, gLnk("R", "Copyright Page", "copyrite.html"))
first0.xID = "copyrite"

first1 = insFld(foldersTree, gFld("Introduction and Concepts", "ch01.html"))
first1.xID = "ch01"
second1 = insFld(first1, gFld("JavaScript Concepts", "index.html"))
second1.xID = "index"
third1 = insDoc(second1, gLnk("R", "Definition of JavaScript", "ch01s01s01.html"))
third1.xID = "ch01s01s01"
third2 = insDoc(second1, gLnk("R", "How Interactive Reporting Studio Supports JavaScript", "ch01s01s02.html"))
third2.xID = "ch01s01s02"
third3 = insDoc(second1, gLnk("R", "Document-Level Customization", "ch01s01s03.html"))
third3.xID = "ch01s01s03"
third4 = insDoc(second1, gLnk("R", "Dashboard Section-Level Customization", "ch01s01s04.html"))
third4.xID = "ch01s01s04"
second2 = insFld(first1, gFld("Object Oriented Concepts", "ch01s02.html"))
second2.xID = "ch01s02"
third1 = insDoc(second2, gLnk("R", "Objects", "ch01s02s01.html"))
third1.xID = "ch01s02s01"
third2 = insDoc(second2, gLnk("R", "Examples of Interactive Reporting Studio Objects", "ch01s02s02.html"))
third2.xID = "ch01s02s02"
third3 = insDoc(second2, gLnk("R", "Methods", "ch01s02s03.html"))
third3.xID = "ch01s02s03"
third4 = insDoc(second2, gLnk("R", "Examples of Interactive Reporting Studio Methods", "ch01s02s04.html"))
third4.xID = "ch01s02s04"
third5 = insDoc(second2, gLnk("R", "Properties", "ch01s02s05.html"))
third5.xID = "ch01s02s05"
third6 = insDoc(second2, gLnk("R", "Examples of Interactive Reporting Studio Properties", "ch01s02s06.html"))
third6.xID = "ch01s02s06"
third7 = insDoc(second2, gLnk("R", "Addressing Objects, Properties, and Methods", "ch01s02s07.html"))
third7.xID = "ch01s02s07"
second3 = insFld(first1, gFld("Dashboard Architect Concepts", "ch01s03.html"))
second3.xID = "ch01s03"
third1 = insDoc(second3, gLnk("R", "The Dashboard Development Environment", "ch01s03s01.html"))
third1.xID = "ch01s03s01"
third2 = insDoc(second3, gLnk("R", "About Dashboard Architect", "ch01s03s02.html"))
third2.xID = "ch01s03s02"
second4 = insFld(first1, gFld("Architecture", "ch01s04.html"))
second4.xID = "ch01s04"
third1 = insDoc(second4, gLnk("R", "Creation of Projects from Interactive Reporting Documents", "ch01s04s01.html"))
third1.xID = "ch01s04s01"
third2 = insDoc(second4, gLnk("R", "Editing JavaScript", "ch01s04s02.html"))
third2.xID = "ch01s04s02"
third3 = insDoc(second4, gLnk("R", "Testing Capability", "ch01s04s03.html"))
third3.xID = "ch01s04s03"
third4 = insDoc(second4, gLnk("R", "Debugging Capability", "ch01s04s04.html"))
third4.xID = "ch01s04s04"
third5 = insDoc(second4, gLnk("R", "Synchronization with Interactive Reporting Studio", "ch01s04s05.html"))
third5.xID = "ch01s04s05"
third6 = insDoc(second4, gLnk("R", "Re-creation of an Interactive Reporting Document", "ch01s04s06.html"))
third6.xID = "ch01s04s06"
first2 = insFld(foldersTree, gFld("Dashboard Architect Features", "ch02.html"))
first2.xID = "ch02"
second1 = insDoc(first2, gLnk("R", "Opening Dashboard Architect", "ch02s01.html"))
second1.xID = "ch02s01"
second2 = insDoc(first2, gLnk("R", "The Dashboard Architect User Interface", "1.html"))
second2.xID = "1"
second3 = insFld(first2, gFld("Menu Commands, Shortcuts, and Buttons", "ch02s03.html"))
second3.xID = "ch02s03"
third1 = insDoc(second3, gLnk("R", "The File Menu", "ch02s03s01.html"))
third1.xID = "ch02s03s01"
third2 = insDoc(second3, gLnk("R", "The Edit Menu", "ch02s03s02.html"))
third2.xID = "ch02s03s02"
third3 = insDoc(second3, gLnk("R", "The View Menu", "ch02s03s03.html"))
third3.xID = "ch02s03s03"
third4 = insDoc(second3, gLnk("R", "The Project Menu", "ch02s03s04.html"))
third4.xID = "ch02s03s04"
third5 = insDoc(second3, gLnk("R", "The Debug Menu", "ch02s03s05.html"))
third5.xID = "ch02s03s05"
third6 = insDoc(second3, gLnk("R", "The Run Menu", "ch02s03s06.html"))
third6.xID = "ch02s03s06"
third7 = insDoc(second3, gLnk("R", "The Tools Menu", "ch02s03s07.html"))
third7.xID = "ch02s03s07"
third8 = insDoc(second3, gLnk("R", "The Help Menu", "ch02s03s08.html"))
third8.xID = "ch02s03s08"
second4 = insDoc(first2, gLnk("R", "The Options Dialog Box", "10.html"))
second4.xID = "10"
first3 = insFld(foldersTree, gFld("Creating a Project", "9.html"))
first3.xID = "9"
second1 = insDoc(first3, gLnk("R", "Creating Projects", "ch03s01.html"))
second1.xID = "ch03s01"
second2 = insDoc(first3, gLnk("R", "Duplicating Projects", "ch03s02.html"))
second2.xID = "ch03s02"
first4 = insDoc(foldersTree, gLnk("R", "Making an Interactive Reporting Document", "ch04.html"))
first4.xID = "ch04"
first5 = insFld(foldersTree, gFld("Editing", "ch05.html"))
first5.xID = "ch05"
second1 = insDoc(first5, gLnk("R", "General Notes About Editing", "ch05s01.html"))
second1.xID = "ch05s01"
second2 = insDoc(first5, gLnk("R", "Navigation Using the Script Outliner", "ch05s02.html"))
second2.xID = "ch05s02"
second3 = insDoc(first5, gLnk("R", "Code Generation Using the Object Browser", "ch05s03.html"))
second3.xID = "ch05s03"
second4 = insFld(first5, gFld("The Find Dialog Box", "6.html"))
second4.xID = "6"
third1 = insDoc(second4, gLnk("R", "The Search Feature", "ch05s04s01.html"))
third1.xID = "ch05s04s01"
third2 = insFld(second4, gFld("The Options Feature", "ch05s04s02.html"))
third2.xID = "ch05s04s02"
fourth1 = insDoc(third2, gLnk("R", "Find Whole Words Only", "ch05s04s02s01.html"))
fourth1.xID = "ch05s04s02s01"
fourth2 = insDoc(third2, gLnk("R", "Match Case", "ch05s04s02s02.html"))
fourth2.xID = "ch05s04s02s02"
fourth3 = insDoc(third2, gLnk("R", "Use Pattern Matching", "ch05s04s02s03.html"))
fourth3.xID = "ch05s04s02s03"
third3 = insDoc(second4, gLnk("R", "The Find Next Option", "ch05s04s03.html"))
third3.xID = "ch05s04s03"
third4 = insDoc(second4, gLnk("R", "The Find All Option", "ch05s04s04.html"))
third4.xID = "ch05s04s04"
second5 = insDoc(first5, gLnk("R", "Using the Floating Find Menu", "ch05s05.html"))
second5.xID = "ch05s05"
second6 = insDoc(first5, gLnk("R", "The Replace Feature", "ch05s06.html"))
second6.xID = "ch05s06"
second7 = insDoc(first5, gLnk("R", "Using the Printing Command", "11.html"))
second7.xID = "11"
second8 = insDoc(first5, gLnk("R", "Using the Match Brace Feature", "ch05s08.html"))
second8.xID = "ch05s08"
second9 = insDoc(first5, gLnk("R", "The Auto-Code Feature", "ch05s09.html"))
second9.xID = "ch05s09"
second10 = insFld(first5, gFld("Macros", "ch05s10.html"))
second10.xID = "ch05s10"
third1 = insDoc(second10, gLnk("R", "Defining a Macro", "ch05s10s01.html"))
third1.xID = "ch05s10s01"
third2 = insFld(second10, gFld("Simple Macros", "ch05s10s02.html"))
third2.xID = "ch05s10s02"
fourth1 = insDoc(third2, gLnk("R", "The ad Macro", "ch05s10s02s01.html"))
fourth1.xID = "ch05s10s02s01"
fourth2 = insDoc(third2, gLnk("R", "The cn Macro", "ch05s10s02s02.html"))
fourth2.xID = "ch05s10s02s02"
third3 = insDoc(second10, gLnk("R", "Multiple-Line Macros", "ch05s10s03.html"))
third3.xID = "ch05s10s03"
third4 = insFld(second10, gFld("Macro Parameters", "ch05s10s04.html"))
third4.xID = "ch05s10s04"
fourth1 = insDoc(third4, gLnk("R", "A for Macro with a Loop Index Parameter", "ch05s10s04s01.html"))
fourth1.xID = "ch05s10s04s01"
fourth2 = insDoc(third4, gLnk("R", "Default Values for Parameters", "ch05s10s04s02.html"))
fourth2.xID = "ch05s10s04s02"
third5 = insFld(second10, gFld("Invoking Macros", "ch05s10s05.html"))
third5.xID = "ch05s10s05"
fourth1 = insDoc(third5, gLnk("R", "Invoking Macros without Giving Parameter Values", "ch05s10s05s01.html"))
fourth1.xID = "ch05s10s05s01"
fourth2 = insDoc(third5, gLnk("R", "Invoking Macros Giving Parameter Values", "ch05s10s05s02.html"))
fourth2.xID = "ch05s10s05s02"
third6 = insDoc(second10, gLnk("R", "Macro Control Codes", "ch05s10s06.html"))
third6.xID = "ch05s10s06"
second11 = insDoc(first5, gLnk("R", "Importing Sections from other Interactive Reporting Documents", "7.html"))
second11.xID = "7"
second12 = insDoc(first5, gLnk("R", "Unicode Functionality", "ch05s12.html"))
second12.xID = "ch05s12"
first6 = insFld(foldersTree, gFld("The Testing and Debugging Processes", "ch06.html"))
first6.xID = "ch06"
second1 = insDoc(first6, gLnk("R", "Testing and Debugging", "ch06s01.html"))
second1.xID = "ch06s01"
second2 = insFld(first6, gFld("About Testing", "ch06s02.html"))
second2.xID = "ch06s02"
third1 = insDoc(second2, gLnk("R", "Testing Rule", "ch06s02s01.html"))
third1.xID = "ch06s02s01"
third2 = insDoc(second2, gLnk("R", "Procedural and Declarative JavaScript", "ch06s02s02.html"))
third2.xID = "ch06s02s02"
second3 = insDoc(first6, gLnk("R", "About Debugging", "ch06s03.html"))
second3.xID = "ch06s03"
second4 = insDoc(first6, gLnk("R", "Breakpoints", "ch06s04.html"))
second4.xID = "ch06s04"
first7 = insFld(foldersTree, gFld("Adding and Removing Objects", "ch07.html"))
first7.xID = "ch07"
second1 = insDoc(first7, gLnk("R", "Interaction with Interactive Reporting Studio", "ch07s01.html"))
second1.xID = "ch07s01"
second2 = insDoc(first7, gLnk("R", "Resynchronizing", "ch07s02.html"))
second2.xID = "ch07s02"
second3 = insFld(first7, gFld("Adding Controls", "2.html"))
second3.xID = "2"
third1 = insDoc(second3, gLnk("R", "Duplicating Controls", "ch07s03s01.html"))
third1.xID = "ch07s03s01"
third2 = insDoc(second3, gLnk("R", "Creating Controls", "ch07s03s02.html"))
third2.xID = "ch07s03s02"
second4 = insDoc(first7, gLnk("R", "Deleting Controls", "ch07s04.html"))
second4.xID = "ch07s04"
second5 = insDoc(first7, gLnk("R", "Renaming Controls", "ch07s05.html"))
second5.xID = "ch07s05"
second6 = insDoc(first7, gLnk("R", "Adding and Duplicating Sections", "3.html"))
second6.xID = "3"
second7 = insDoc(first7, gLnk("R", "Renaming Sections", "12.html"))
second7.xID = "12"
second8 = insDoc(first7, gLnk("R", "Deleting Sections", "5.html"))
second8.xID = "5"
first8 = insFld(foldersTree, gFld("Documentation", "ch08.html"))
first8.xID = "ch08"
second1 = insFld(first8, gFld("Documentation of Code", "ch08s01.html"))
second1.xID = "ch08s01"
third1 = insDoc(second1, gLnk("R", "Documentation Comments", "ch08s01s01.html"))
third1.xID = "ch08s01s01"
third2 = insDoc(second1, gLnk("R", "Documentation of Variables", "ch08s01s02.html"))
third2.xID = "ch08s01s02"
third3 = insDoc(second1, gLnk("R", "Documentation of Functions", "ch08s01s03.html"))
third3.xID = "ch08s01s03"
third4 = insDoc(second1, gLnk("R", "Documentation of Classes", "ch08s01s04.html"))
third4.xID = "ch08s01s04"
third5 = insDoc(second1, gLnk("R", "Documentation of Dashboard Development Services Components", "ch08s01s05.html"))
third5.xID = "ch08s01s05"
third6 = insDoc(second1, gLnk("R", "Namespace Scope of Entities and the @scope Tag", "ch08s01s06.html"))
third6.xID = "ch08s01s06"
third7 = insDoc(second1, gLnk("R", "Documentation Grouping Using the @scope Tag", "ch08s01s07.html"))
third7.xID = "ch08s01s07"
third8 = insDoc(second1, gLnk("R", "Documentation Comment Tag Reference", "ch08s01s08.html"))
third8.xID = "ch08s01s08"
third9 = insDoc(second1, gLnk("R", "Dashboard Development Services Component-Specific Features", "ch08s01s09.html"))
third9.xID = "ch08s01s09"
second2 = insFld(first8, gFld("Generating Documentation", "ch08s02.html"))
second2.xID = "ch08s02"
third1 = insDoc(second2, gLnk("R", "Inclusion and Exclusion of Documentation Groups", "ch08s02s01.html"))
third1.xID = "ch08s02s01"
third2 = insDoc(second2, gLnk("R", "Inclusion and Exclusion of Unscoped Documentation", "ch08s02s02.html"))
third2.xID = "ch08s02s02"
third3 = insDoc(second2, gLnk("R", "Dashboard Development Services Component-Specific Features in HTML Documentation", "ch08s02s03.html"))
third3.xID = "ch08s02s03"
first9 = insFld(foldersTree, gFld("Using the Dashboard Development Services Update Utility", "31.html"))
first9.xID = "31"
second1 = insFld(first9, gFld("About Dashboard Development Services Update Utility", "ch09s01.html"))
second1.xID = "ch09s01"
third1 = insDoc(second1, gLnk("R", "Unicode Functionality", "ch09s01s01.html"))
third1.xID = "ch09s01s01"
third2 = insDoc(second1, gLnk("R", "Consolidate Images in Resource Manager", "ch09s01s02.html"))
third2.xID = "ch09s01s02"
second2 = insDoc(first9, gLnk("R", "Update Workflow", "ch09s02.html"))
second2.xID = "ch09s02"
second3 = insDoc(first9, gLnk("R", "New Sections File", "ch09s03.html"))
second3.xID = "ch09s03"
second4 = insDoc(first9, gLnk("R", "Configure Configuration Files", "ch09s04.html"))
second4.xID = "ch09s04"
second5 = insDoc(first9, gLnk("R", "Modify the Configuration File", "ch09s05.html"))
second5.xID = "ch09s05"
second6 = insFld(first9, gFld("Updating Documents", "ch09s06.html"))
second6.xID = "ch09s06"
third1 = insDoc(second6, gLnk("R", "Using the Update One Method", "ch09s06s01.html"))
third1.xID = "ch09s06s01"
third2 = insDoc(second6, gLnk("R", "Using the Update Many Method", "ch09s06s02.html"))
third2.xID = "ch09s06s02"
third3 = insDoc(second6, gLnk("R", "Command Line Updates", "ch09s06s03.html"))
third3.xID = "ch09s06s03"
third4 = insDoc(second6, gLnk("R", "Selecting Documents to Update", "ch09s06s04.html"))
third4.xID = "ch09s06s04"
first10 = insFld(foldersTree, gFld("Updating Documents with Advanced Scripting", "ch10.html"))
first10.xID = "ch10"
second1 = insDoc(first10, gLnk("R", "Customizing Scripts", "ch10s01.html"))
second1.xID = "ch10s01"
second2 = insDoc(first10, gLnk("R", "Workspace Custom Scripting Environment", "ch10s02.html"))
second2.xID = "ch10s02"
second3 = insFld(first10, gFld("Calling Scripts", "ch10s03.html"))
second3.xID = "ch10s03"
third1 = insDoc(second3, gLnk("R", "Calling Scripts in Workspace", "ch10s03s01.html"))
third1.xID = "ch10s03s01"
third2 = insDoc(second3, gLnk("R", "Calling Scripts in Dashboard Development Services Update Utility", "ch10s03s02.html"))
third2.xID = "ch10s03s02"
third3 = insDoc(second3, gLnk("R", "Monitoring Script Execution", "ch10s03s03.html"))
third3.xID = "ch10s03s03"
second4 = insFld(first10, gFld("Custom Scripts", "ch10s04.html"))
second4.xID = "ch10s04"
third1 = insDoc(second4, gLnk("R", "JavaScriptUpdate.js", "ch10s04s01.html"))
third1.xID = "ch10s04s01"
third2 = insDoc(second4, gLnk("R", "UpdateDataModels.js", "ch10s04s02.html"))
third2.xID = "ch10s04s02"
third3 = insDoc(second4, gLnk("R", "SortDataModelTopics.js", "ch10s04s03.html"))
third3.xID = "ch10s04s03"
third4 = insFld(second4, gFld("RevertImageResources.js", "ch10s04s04.html"))
third4.xID = "ch10s04s04"
fourth1 = insDoc(third4, gLnk("R", "Running the RevertImageResources Script", "ch10s04s04s01.html"))
fourth1.xID = "ch10s04s04s01"
fourth2 = insDoc(third4, gLnk("R", "Using the RevertImageResources Script on a Folder", "ch10s04s04s02.html"))
fourth2.xID = "ch10s04s04s02"
fourth3 = insDoc(third4, gLnk("R", "Using the RevertImageResources Script on a File", "ch10s04s04s03.html"))
fourth3.xID = "ch10s04s04s03"
second5 = insDoc(first10, gLnk("R", "Script Parameters", "ch10s05.html"))
second5.xID = "ch10s05"
second6 = insDoc(first10, gLnk("R", "Logging", "ch10s06.html"))
second6.xID = "ch10s06"
second7 = insDoc(first10, gLnk("R", "Writing Document Information into the Log", "ch10s07.html"))
second7.xID = "ch10s07"
second8 = insFld(first10, gFld("Document Object Model Tree Structure", "ch10s08.html"))
second8.xID = "ch10s08"
third1 = insDoc(second8, gLnk("R", "Document Conversion and Loading Strategies", "ch10s08s01.html"))
third1.xID = "ch10s08s01"
third2 = insDoc(second8, gLnk("R", "Traversing the Document Object Model", "ch10s08s02.html"))
third2.xID = "ch10s08s02"
third3 = insDoc(second8, gLnk("R", "XPath-Style Searching", "ch10s08s03.html"))
third3.xID = "ch10s08s03"
third4 = insDoc(second8, gLnk("R", "Differences Between the Impact Management Services and Interactive Reporting Studio Document Object Models", "ch10s08s04.html"))
third4.xID = "ch10s08s04"
third5 = insDoc(second8, gLnk("R", "Investigating the Impact Management Services DOM Structure", "ch10s08s05.html"))
third5.xID = "ch10s08s05"
second9 = insFld(first10, gFld("Accessing Properties", "ch10s09.html"))
second9.xID = "ch10s09"
third1 = insDoc(second9, gLnk("R", "Collections", "ch10s09s01.html"))
third1.xID = "ch10s09s01"
third2 = insDoc(second9, gLnk("R", "Property Types", "ch10s09s02.html"))
third2.xID = "ch10s09s02"
second10 = insDoc(first10, gLnk("R", "Accessing the File System", "ch10s10.html"))
second10.xID = "ch10s10"
second11 = insDoc(first10, gLnk("R", "General Java Code in Scripts", "ch10s11.html"))
second11.xID = "ch10s11"
second12 = insDoc(first10, gLnk("R", "Using Batch Input Files", "ch10s12.html"))
second12.xID = "ch10s12"
second13 = insFld(first10, gFld("Scripting References", "ch10s13.html"))
second13.xID = "ch10s13"
third1 = insFld(second13, gFld("ScriptEnvironment Object", "ch10s13s01.html"))
third1.xID = "ch10s13s01"
fourth1 = insDoc(third1, gLnk("R", "expandRequestAction()", "ch10s13s01s01.html"))
fourth1.xID = "ch10s13s01s01"
fourth2 = insDoc(third1, gLnk("R", "getBqyDocument()", "ch10s13s01s02.html"))
fourth2.xID = "ch10s13s01s02"
fourth3 = insDoc(third1, gLnk("R", "getFileLines()", "ch10s13s01s03.html"))
fourth3.xID = "ch10s13s01s03"
fourth4 = insDoc(third1, gLnk("R", "getMimeTypeUuid()", "ch10s13s01s04.html"))
fourth4.xID = "ch10s13s01s04"
fourth5 = insDoc(third1, gLnk("R", "getParameterValue()", "ch10s13s01s05.html"))
fourth5.xID = "ch10s13s01s05"
fourth6 = insDoc(third1, gLnk("R", "getParameterValues()", "ch10s13s01s06.html"))
fourth6.xID = "ch10s13s01s06"
fourth7 = insDoc(third1, gLnk("R", "setParameterValues()", "ch10s13s01s07.html"))
fourth7.xID = "ch10s13s01s07"
fourth8 = insDoc(third1, gLnk("R", "getRepository()", "ch10s13s01s08.html"))
fourth8.xID = "ch10s13s01s08"
fourth9 = insDoc(third1, gLnk("R", "getScriptUuid()", "ch10s13s01s09.html"))
fourth9.xID = "ch10s13s01s09"
fourth10 = insDoc(third1, gLnk("R", "isDesktopMode()", "ch10s13s01s10.html"))
fourth10.xID = "ch10s13s01s10"
fourth11 = insDoc(third1, gLnk("R", "isServerMode()", "ch10s13s01s11.html"))
fourth11.xID = "ch10s13s01s11"
fourth12 = insDoc(third1, gLnk("R", "loadScript()", "ch10s13s01s12.html"))
fourth12.xID = "ch10s13s01s12"
fourth13 = insDoc(third1, gLnk("R", "writeBqyDom()", "ch10s13s01s13.html"))
fourth13.xID = "ch10s13s01s13"
third2 = insFld(second13, gFld("Reporting and Analysis Repository: Repository Artifact", "ch10s13s02.html"))
third2.xID = "ch10s13s02"
fourth1 = insDoc(third2, gLnk("R", "addVersion Method", "ch10s13s02s01.html"))
fourth1.xID = "ch10s13s02s01"
fourth2 = insDoc(third2, gLnk("R", "convertBqyFileToUnicode Method", "ch10s13s02s02.html"))
fourth2.xID = "ch10s13s02s02"
fourth3 = insDoc(third2, gLnk("R", "findFiles Method", "ch10s13s02s03.html"))
fourth3.xID = "ch10s13s02s03"
fourth4 = insDoc(third2, gLnk("R", "folderExists Method", "ch10s13s02s04.html"))
fourth4.xID = "ch10s13s02s04"
fourth5 = insDoc(third2, gLnk("R", "getCurrentFolder Method", "ch10s13s02s05.html"))
fourth5.xID = "ch10s13s02s05"
fourth6 = insDoc(third2, gLnk("R", "getFileUuid Method", "ch10s13s02s06.html"))
fourth6.xID = "ch10s13s02s06"
fourth7 = insDoc(third2, gLnk("R", "getFolderContentsFor Method", "ch10s13s02s07.html"))
fourth7.xID = "ch10s13s02s07"
fourth8 = insDoc(third2, gLnk("R", "getFolderUuid Method", "ch10s13s02s08.html"))
fourth8.xID = "ch10s13s02s08"
fourth9 = insDoc(third2, gLnk("R", "getNameForUuid Method", "ch10s13s02s09.html"))
fourth9.xID = "ch10s13s02s09"
fourth10 = insDoc(third2, gLnk("R", "getPathForUuid Method", "ch10s13s02s10.html"))
fourth10.xID = "ch10s13s02s10"
fourth11 = insDoc(third2, gLnk("R", "getSubfolderPathsFor Method", "ch10s13s02s11.html"))
fourth11.xID = "ch10s13s02s11"
fourth12 = insDoc(third2, gLnk("R", "isFile Method", "ch10s13s02s12.html"))
fourth12.xID = "ch10s13s02s12"
fourth13 = insDoc(third2, gLnk("R", "isFolder Method", "ch10s13s02s13.html"))
fourth13.xID = "ch10s13s02s13"
fourth14 = insDoc(third2, gLnk("R", "makeFolder Method", "ch10s13s02s14.html"))
fourth14.xID = "ch10s13s02s14"
fourth15 = insDoc(third2, gLnk("R", "publishBqyFile Method", "ch10s13s02s15.html"))
fourth15.xID = "ch10s13s02s15"
fourth16 = insDoc(third2, gLnk("R", "retrieveFile Method", "ch10s13s02s16.html"))
fourth16.xID = "ch10s13s02s16"
fourth17 = insDoc(third2, gLnk("R", "retrieveVersionedDocument Method", "ch10s13s02s17.html"))
fourth17.xID = "ch10s13s02s17"
third3 = insFld(second13, gFld("The Node Object", "ch10s13s03.html"))
third3.xID = "ch10s13s03"
fourth1 = insDoc(third3, gLnk("R", "addChild()", "ch10s13s03s01.html"))
fourth1.xID = "ch10s13s03s01"
fourth2 = insDoc(third3, gLnk("R", "addProperty()", "ch10s13s03s02.html"))
fourth2.xID = "ch10s13s03s02"
fourth3 = insDoc(third3, gLnk("R", "cloneNode()", "ch10s13s03s03.html"))
fourth3.xID = "ch10s13s03s03"
fourth4 = insDoc(third3, gLnk("R", "findNodeByPattern()", "ch10s13s03s04.html"))
fourth4.xID = "ch10s13s03s04"
fourth5 = insDoc(third3, gLnk("R", "findNodesByPattern()", "ch10s13s03s05.html"))
fourth5.xID = "ch10s13s03s05"
fourth6 = insDoc(third3, gLnk("R", "getChildren()", "ch10s13s03s06.html"))
fourth6.xID = "ch10s13s03s06"
fourth7 = insDoc(third3, gLnk("R", "getNodeType()", "ch10s13s03s07.html"))
fourth7.xID = "ch10s13s03s07"
fourth8 = insDoc(third3, gLnk("R", "getPathWithContext()", "ch10s13s03s08.html"))
fourth8.xID = "ch10s13s03s08"
fourth9 = insDoc(third3, gLnk("R", "getProperty()", "ch10s13s03s09.html"))
fourth9.xID = "ch10s13s03s09"
fourth10 = insDoc(third3, gLnk("R", "hasProperty()", "ch10s13s03s10.html"))
fourth10.xID = "ch10s13s03s10"
fourth11 = insDoc(third3, gLnk("R", "removeChild()", "ch10s13s03s11.html"))
fourth11.xID = "ch10s13s03s11"
fourth12 = insDoc(third3, gLnk("R", "removeProperties()", "ch10s13s03s12.html"))
fourth12.xID = "ch10s13s03s12"
fourth13 = insDoc(third3, gLnk("R", "replaceChildNode()", "ch10s13s03s13.html"))
fourth13.xID = "ch10s13s03s13"
third4 = insFld(second13, gFld("The BqyDocument Object", "ch10s13s04.html"))
third4.xID = "ch10s13s04"
fourth1 = insDoc(third4, gLnk("R", "close()", "ch10s13s04s01.html"))
fourth1.xID = "ch10s13s04s01"
fourth2 = insDoc(third4, gLnk("R", "compressBqy()", "ch10s13s04s02.html"))
fourth2.xID = "ch10s13s04s02"
fourth3 = insDoc(third4, gLnk("R", "copy()", "ch10s13s04s03.html"))
fourth3.xID = "ch10s13s04s03"
fourth4 = insDoc(third4, gLnk("R", "getInitialTCSection()", "ch10s13s04s04.html"))
fourth4.xID = "ch10s13s04s04"
fourth5 = insDoc(third4, gLnk("R", "isBQYProcessable()", "ch10s13s04s05.html"))
fourth5.xID = "ch10s13s04s05"
fourth6 = insDoc(third4, gLnk("R", "isCompressed()", "ch10s13s04s06.html"))
fourth6.xID = "ch10s13s04s06"
fourth7 = insDoc(third4, gLnk("R", "isDashboard()", "ch10s13s04s07.html"))
fourth7.xID = "ch10s13s04s07"
fourth8 = insDoc(third4, gLnk("R", "sectionOCEPairInfos()", "ch10s13s04s08.html"))
fourth8.xID = "ch10s13s04s08"
third5 = insFld(second13, gFld("Method and Properties References", "ch10s13s05.html"))
third5.xID = "ch10s13s05"
fourth1 = insDoc(third5, gLnk("R", "Reference for env Methods", "ch10s13s05s01.html"))
fourth1.xID = "ch10s13s05s01"
fourth2 = insDoc(third5, gLnk("R", "Reference for Repository Methods", "ch10s13s05s02.html"))
fourth2.xID = "ch10s13s05s02"
fourth3 = insDoc(third5, gLnk("R", "Workspace-Specific Repository Methods", "ch10s13s05s03.html"))
fourth3.xID = "ch10s13s05s03"
fourth4 = insDoc(third5, gLnk("R", "Reference for Node Methods", "ch10s13s05s04.html"))
fourth4.xID = "ch10s13s05s04"
fourth5 = insDoc(third5, gLnk("R", "Reference for document", "ch10s13s05s05.html"))
fourth5.xID = "ch10s13s05s05"
first11 = insDoc(foldersTree, gLnk("R", "Glossary", "go01.html"))
first11.xID = "go01"