// 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("User’s Guide")

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

first1 = insFld(foldersTree, gFld("Getting Started", "launch.html"))
first1.xID = "launch"
second1 = insDoc(first1, gLnk("R", "About Web Analysis Studio", "ch01s01.html"))
second1.xID = "ch01s01"
second2 = insDoc(first1, gLnk("R", "Starting Web Analysis Studio", "logging_on.html"))
second2.xID = "logging_on"
second3 = insDoc(first1, gLnk("R", "Web Analysis Studio Interfaces", "ch01s03.html"))
second3.xID = "ch01s03"
second4 = insDoc(first1, gLnk("R", "Analyze Interface", "ch01s04.html"))
second4.xID = "ch01s04"
second5 = insFld(first1, gFld("Documents and Data Objects", "ch01s05.html"))
second5.xID = "ch01s05"
third1 = insDoc(second5, gLnk("R", "Filter Panel", "ch01s05s01.html"))
third1.xID = "ch01s05s01"
third2 = insDoc(second5, gLnk("R", "Page Control Panel", "ch01s05s02.html"))
third2.xID = "ch01s05s02"
third3 = insDoc(second5, gLnk("R", "Shortcut Menus", "ch01s05s03.html"))
third3.xID = "ch01s05s03"
second6 = insDoc(first1, gLnk("R", "Exiting Web Analysis Studio", "exiting_the_java_web_client.html"))
second6.xID = "exiting_the_java_web_client"
first2 = insFld(foldersTree, gFld("Working withWeb Analysis Studio Desktops", "ch02.html"))
first2.xID = "ch02"
second1 = insDoc(first2, gLnk("R", "Desktop Folders", "ch02s01.html"))
second1.xID = "ch02s01"
second2 = insFld(first2, gFld("Accessing Desktops", "accessing_multiple_desktops.html"))
second2.xID = "accessing_multiple_desktops"
third1 = insDoc(second2, gLnk("R", "Accessing the Current Specified Desktop", "accessing_the_current_desktop.html"))
third1.xID = "accessing_the_current_desktop"
third2 = insDoc(second2, gLnk("R", "Accessing Desktops not Currently Specified", "accessing_a_specific_desktop.html"))
third2.xID = "accessing_a_specific_desktop"
second3 = insDoc(first2, gLnk("R", "Managing Desktop Presentations", "managing_desktop_presentations.html"))
second3.xID = "managing_desktop_presentations"
second4 = insDoc(first2, gLnk("R", "Opening Presentations from the Desktop", "ch02s04.html"))
second4.xID = "ch02s04"
second5 = insDoc(first2, gLnk("R", "Editing Presentations from the Desktop", "editing_presentations_from_desktop.html"))
second5.xID = "editing_presentations_from_desktop"
second6 = insDoc(first2, gLnk("R", "Deleting Presentation Icons from the Desktop", "deleting_desktop_presentations.html"))
second6.xID = "deleting_desktop_presentations"
second7 = insDoc(first2, gLnk("R", "Editing Presentation-File Properties from the Desktop", "displaying_desktop_presentation_properties.html"))
second7.xID = "displaying_desktop_presentation_properties"
second8 = insDoc(first2, gLnk("R", "Setting Desktop Wallpaper", "selecting_graphic.html"))
second8.xID = "selecting_graphic"
second9 = insDoc(first2, gLnk("R", "Refreshing the Desktop", "refreshing_desktop.html"))
second9.xID = "refreshing_desktop"
first3 = insFld(foldersTree, gFld("Managing Documents", "ch03.html"))
first3.xID = "ch03"
second1 = insDoc(first3, gLnk("R", "Documents", "ch03s01.html"))
second1.xID = "ch03s01"
second2 = insDoc(first3, gLnk("R", "Open Dialog Box", "open_dialog_box.html"))
second2.xID = "open_dialog_box"
second3 = insDoc(first3, gLnk("R", "Opening Documents", "opening_reports.html"))
second3.xID = "opening_reports"
second4 = insDoc(first3, gLnk("R", "Saving Documents", "saving_reports.html"))
second4.xID = "saving_reports"
second5 = insDoc(first3, gLnk("R", "Closing Documents", "closing_reports.html"))
second5.xID = "closing_reports"
second6 = insDoc(first3, gLnk("R", "Modifying Document Properties", "modifying_report_properties.html"))
second6.xID = "modifying_report_properties"
first4 = insFld(foldersTree, gFld("Managing Presentations", "ch04.html"))
first4.xID = "ch04"
second1 = insFld(first4, gFld("About Presentations", "about_presentation_properties.html"))
second1.xID = "about_presentation_properties"
third1 = insDoc(second1, gLnk("R", "Presentation Access and Document Permissions", "ch04s01s01.html"))
third1.xID = "ch04s01s01"
third2 = insDoc(second1, gLnk("R", "User and Group Permissions", "ch04s01s02.html"))
third2.xID = "ch04s01s02"
second2 = insFld(first4, gFld("Document and Folder References", "about_explicit_dynamic_report_references.html"))
second2.xID = "about_explicit_dynamic_report_references"
third1 = insDoc(second2, gLnk("R", "Presentation Benefits and Considerations", "ch04s02s01.html"))
third1.xID = "ch04s02s01"
third2 = insDoc(second2, gLnk("R", "Presentation Reference Reconciliation", "ch04s02s02.html"))
third2.xID = "ch04s02s02"
second3 = insDoc(first4, gLnk("R", "Opening Presentations", "opening_presentations.html"))
second3.xID = "opening_presentations"
second4 = insDoc(first4, gLnk("R", "Closing Presentations", "closing_presentations.html"))
second4.xID = "closing_presentations"
second5 = insDoc(first4, gLnk("R", "Creating Presentations", "creating_presentations.html"))
second5.xID = "creating_presentations"
second6 = insDoc(first4, gLnk("R", "Editing Presentations", "editing_presentations.html"))
second6.xID = "editing_presentations"
first5 = insFld(foldersTree, gFld("Managing Files and Folder", "ch05.html"))
first5.xID = "ch05"
second1 = insFld(first5, gFld("Web Analysis Repository", "about_repository.html"))
second1.xID = "about_repository"
third1 = insDoc(second1, gLnk("R", "Browser Tab", "about_view_pane_browser_tab.html"))
third1.xID = "about_view_pane_browser_tab"
third2 = insDoc(second1, gLnk("R", "Accessing the Browser Tab", "ch05s01s02.html"))
third2.xID = "ch05s01s02"
third3 = insDoc(second1, gLnk("R", "Setting the View", "ch05s01s03.html"))
third3.xID = "ch05s01s03"
third4 = insDoc(second1, gLnk("R", "Filtering the Browser Tab", "ch05s01s04.html"))
third4.xID = "ch05s01s04"
third5 = insDoc(second1, gLnk("R", "Resizing the Browser Tab", "ch05s01s05.html"))
third5.xID = "ch05s01s05"
second2 = insDoc(first5, gLnk("R", "Folders", "about_folders.html"))
second2.xID = "about_folders"
second3 = insDoc(first5, gLnk("R", "User and Group Folders", "ch05s03.html"))
second3.xID = "ch05s03"
second4 = insDoc(first5, gLnk("R", "Files", "about_files.html"))
second4.xID = "about_files"
second5 = insDoc(first5, gLnk("R", "Shortcuts and Links", "ch05s05.html"))
second5.xID = "ch05s05"
second6 = insDoc(first5, gLnk("R", "Working with Files and Folders", "ch05s06.html"))
second6.xID = "ch05s06"
second7 = insFld(first5, gFld("Setting File Properties", "setting_file_properties.html"))
second7.xID = "setting_file_properties"
third1 = insDoc(second7, gLnk("R", "General Properties", "ch05s07s01.html"))
third1.xID = "ch05s07s01"
third2 = insDoc(second7, gLnk("R", "Advanced Properties", "ch05s07s02.html"))
third2.xID = "ch05s07s02"
second8 = insFld(first5, gFld("File and Folder Shortcut Menus", "about_file_and_folder_rcmenus.html"))
second8.xID = "about_file_and_folder_rcmenus"
third1 = insDoc(second8, gLnk("R", "Opening Files", "opening_files.html"))
third1.xID = "opening_files"
third2 = insDoc(second8, gLnk("R", "Editing Files", "editing_files.html"))
third2.xID = "editing_files"
third3 = insDoc(second8, gLnk("R", "Adding Files to Favorites", "adding_files_to_favorites.html"))
third3.xID = "adding_files_to_favorites"
third4 = insDoc(second8, gLnk("R", "Adding Files to the Desktop", "adding_files_to_desktop.html"))
third4.xID = "adding_files_to_desktop"
third5 = insDoc(second8, gLnk("R", "Copying Files", "copying_files.html"))
third5.xID = "copying_files"
third6 = insDoc(second8, gLnk("R", "Copying and Pasting Links", "copying_pasting_links.html"))
third6.xID = "copying_pasting_links"
third7 = insDoc(second8, gLnk("R", "Moving Files", "moving_files.html"))
third7.xID = "moving_files"
third8 = insDoc(second8, gLnk("R", "Renaming Files", "renaming_files.html"))
third8.xID = "renaming_files"
third9 = insDoc(second8, gLnk("R", "Deleting Files", "deleting_files.html"))
third9.xID = "deleting_files"
first6 = insFld(foldersTree, gFld("Creating Documents", "ch06.html"))
first6.xID = "ch06"
second1 = insFld(first6, gFld("About Documents", "about_creating_reports.html"))
second1.xID = "about_creating_reports"
third1 = insDoc(second1, gLnk("R", "Creating Documents", "creating_reports.html"))
third1.xID = "creating_reports"
third2 = insDoc(second1, gLnk("R", "Creating Documents from Existing Documents", "saving_report_from_existing_document.html"))
third2.xID = "saving_report_from_existing_document"
third3 = insDoc(second1, gLnk("R", "Creating Auto-Populate Dimension Documents", "creating_start_in_play_reports.html"))
third3.xID = "creating_start_in_play_reports"
second2 = insFld(first6, gFld("Modifying Queries", "modifying_queries.html"))
second2.xID = "modifying_queries"
third1 = insDoc(second2, gLnk("R", "Modifying Filter Dimensions", "ch06s02s01.html"))
third1.xID = "ch06s02s01"
third2 = insDoc(second2, gLnk("R", "Cube Navigator Options", "ch06s02s02.html"))
third2.xID = "ch06s02s02"
third3 = insDoc(second2, gLnk("R", "Relational Dimension Header Sort", "ch06s02s03.html"))
third3.xID = "ch06s02s03"
third4 = insDoc(second2, gLnk("R", "Label Mode", "ch06s02s04.html"))
third4.xID = "ch06s02s04"
second3 = insFld(first6, gFld("Selecting Dimension Members", "selecting_dimension_members.html"))
second3.xID = "selecting_dimension_members"
third1 = insDoc(second3, gLnk("R", "Advanced Member Selection", "about_advanced_member_selection.html"))
third1.xID = "about_advanced_member_selection"
third2 = insDoc(second3, gLnk("R", "Advanced Member Selection by Data Source", "ch06s03s02.html"))
third2.xID = "ch06s03s02"
second4 = insDoc(first6, gLnk("R", "Searching for Members", "searching_for_members.html"))
second4.xID = "searching_for_members"
second5 = insDoc(first6, gLnk("R", "Searching For SAP BW Characteristic Values", "ch06s05.html"))
second5.xID = "ch06s05"
second6 = insFld(first6, gFld("Locating Dimension Members", "ch06s06.html"))
second6.xID = "ch06s06"
third1 = insDoc(second6, gLnk("R", "Selecting Intervals", "ch06s06s01.html"))
third1.xID = "ch06s06s01"
third2 = insDoc(second6, gLnk("R", "Previewing Member Selections", "previewing_member_selections.html"))
third2.xID = "previewing_member_selections"
second7 = insFld(first6, gFld("Selecting Members Using Essbase Subsets", "selecting_essbase_subsets.html"))
second7.xID = "selecting_essbase_subsets"
third1 = insDoc(second7, gLnk("R", "Defining Member Subset Selections", "defining_member_subset_selections.html"))
third1.xID = "defining_member_subset_selections"
third2 = insDoc(second7, gLnk("R", "Wildcard Characters", "ch06s07s02.html"))
third2.xID = "ch06s07s02"
third3 = insDoc(second7, gLnk("R", "Expressions", "ch06s07s03.html"))
third3.xID = "ch06s07s03"
third4 = insDoc(second7, gLnk("R", "UDAs", "ch06s07s04.html"))
third4.xID = "ch06s07s04"
second8 = insDoc(first6, gLnk("R", "Selecting Financial Management User Defined Fields", "selecting_hfm_udfs.html"))
second8.xID = "selecting_hfm_udfs"
second9 = insDoc(first6, gLnk("R", "Filtering by SAP BW Member Properties", "filtering_by_sap_member_properties.html"))
second9.xID = "filtering_by_sap_member_properties"
second10 = insDoc(first6, gLnk("R", "SAP BW Select Top/Bottom", "selecting_sap_top_bottom.html"))
second10.xID = "selecting_sap_top_bottom"
second11 = insDoc(first6, gLnk("R", "Selecting SAP BW Period to Date", "sap_period_to_date.html"))
second11.xID = "sap_period_to_date"
second12 = insDoc(first6, gLnk("R", "Providing SAP BW Variables", "ch06s12.html"))
second12.xID = "ch06s12"
second13 = insDoc(first6, gLnk("R", "Selecting Financial Management Member Lists", "selecting_hfm_member_lists.html"))
second13.xID = "selecting_hfm_member_lists"
second14 = insFld(first6, gFld("Selecting Substitution Variables", "selecting_sub_vars.html"))
second14.xID = "selecting_sub_vars"
third1 = insDoc(second14, gLnk("R", "Multiple Substitution Variables", "ch06s14s01.html"))
third1.xID = "ch06s14s01"
third2 = insDoc(second14, gLnk("R", "Tips on Syntax", "ch06s14s02.html"))
third2.xID = "ch06s14s02"
third3 = insDoc(second14, gLnk("R", "Analysis Tools and Substitution Variables", "ch06s14s03.html"))
third3.xID = "ch06s14s03"
second15 = insDoc(first6, gLnk("R", "Creating and Selecting Personal Variables", "creating_personal_variables.html"))
second15.xID = "creating_personal_variables"
second16 = insDoc(first6, gLnk("R", "Creating and Applying Points of View", "creating_a_point_of_view.html"))
second16.xID = "creating_a_point_of_view"
second17 = insDoc(first6, gLnk("R", "User POV", "ch06s17.html"))
second17.xID = "ch06s17"
second18 = insDoc(first6, gLnk("R", "Defining Dynamic Time Series Selections", "dynamic_time_series.html"))
second18.xID = "dynamic_time_series"
second19 = insDoc(first6, gLnk("R", "Defining Previous Member Selections", "defining_previous_member_selections.html"))
second19.xID = "defining_previous_member_selections"
second20 = insDoc(first6, gLnk("R", "Selecting Attributes", "selecting_attributes.html"))
second20.xID = "selecting_attributes"
second21 = insDoc(first6, gLnk("R", "Turning Off Key Figure Attributes", "ch06s21.html"))
second21.xID = "ch06s21"
second22 = insDoc(first6, gLnk("R", "Creating Calculated and Restricted Key Figures", "ch06s22.html"))
second22.xID = "ch06s22"
first7 = insFld(foldersTree, gFld("Navigating Documents", "ch07.html"))
first7.xID = "ch07"
second1 = insDoc(first7, gLnk("R", "Navigating Data Objects and Data Sources", "about_navigating_data_objects.html"))
second1.xID = "about_navigating_data_objects"
second2 = insFld(first7, gFld("Navigation Methods", "about_nav_methods.html"))
second2.xID = "about_nav_methods"
third1 = insDoc(second2, gLnk("R", "Swapping and Moving Dimensions", "swapping_moving_dimensions.html"))
third1.xID = "swapping_moving_dimensions"
third2 = insFld(second2, gFld("Paging", "paging.html"))
third2.xID = "paging"
fourth1 = insDoc(third2, gLnk("R", "Pages", "ch07s02s02s01.html"))
fourth1.xID = "ch07s02s02s01"
fourth2 = insDoc(third2, gLnk("R", "Multiple and Single Drop-Down Lists", "ch07s02s02s02.html"))
fourth2.xID = "ch07s02s02s02"
third3 = insDoc(second2, gLnk("R", "Keep Only", "keep_only.html"))
third3.xID = "keep_only"
third4 = insDoc(second2, gLnk("R", "Remove Only", "remove_only.html"))
third4.xID = "remove_only"
third5 = insFld(second2, gFld("Drilling", "drilling.html"))
third5.xID = "drilling"
fourth1 = insDoc(third5, gLnk("R", "Drilling Options", "ch07s02s05s01.html"))
fourth1.xID = "ch07s02s05s01"
fourth2 = insDoc(third5, gLnk("R", "Expand on Drill", "ch07s02s05s02.html"))
fourth2.xID = "ch07s02s05s02"
fourth3 = insDoc(third5, gLnk("R", "Selected Member Data Display Option", "ch07s02s05s03.html"))
fourth3.xID = "ch07s02s05s03"
fourth4 = insDoc(third5, gLnk("R", "Drilling Variations", "ch07s02s05s04.html"))
fourth4.xID = "ch07s02s05s04"
third6 = insDoc(second2, gLnk("R", "Drill Linking", "drill_linking.html"))
third6.xID = "drill_linking"
third7 = insDoc(second2, gLnk("R", "Defining Drill Links", "defining_a_drill_link.html"))
third7.xID = "defining_a_drill_link"
third8 = insDoc(second2, gLnk("R", "Dragging", "dragging.html"))
third8.xID = "dragging"
third9 = insDoc(second2, gLnk("R", "Undo and Redo", "undo_and_redo.html"))
third9.xID = "undo_and_redo"
first8 = insFld(foldersTree, gFld("Formatting Documents", "ch08.html"))
first8.xID = "ch08"
second1 = insDoc(first8, gLnk("R", "Formatting Options", "about_formatting_options.html"))
second1.xID = "about_formatting_options"
second2 = insDoc(first8, gLnk("R", "Other Kinds of Formatting", "ch08s02.html"))
second2.xID = "ch08s02"
second3 = insDoc(first8, gLnk("R", "Formatting Order of Precedence", "formatting_order_of_precedence.html"))
second3.xID = "formatting_order_of_precedence"
second4 = insFld(first8, gFld("Data Display Options", "about_data_display_options.html"))
second4.xID = "about_data_display_options"
third1 = insDoc(second4, gLnk("R", "Setting the Label Mode", "about_label_mode.html"))
third1.xID = "about_label_mode"
third2 = insDoc(second4, gLnk("R", "Sorting Dimension Headers", "sorting_dimension_headers.html"))
third2.xID = "sorting_dimension_headers"
third3 = insDoc(second4, gLnk("R", "Relational Dimension Header Sort", "ch08s04s03.html"))
third3.xID = "ch08s04s03"
second5 = insFld(first8, gFld("Formatting Dialog Box", "about_formatting_dialog_box.html"))
second5.xID = "about_formatting_dialog_box"
third1 = insDoc(second5, gLnk("R", "Creating Formatting Definitions", "creating_a_formatting_definition.html"))
third1.xID = "creating_a_formatting_definition"
third2 = insDoc(second5, gLnk("R", "Editing Formatting Selection Statements", "edit_formatting_selections.html"))
third2.xID = "edit_formatting_selections"
third3 = insDoc(second5, gLnk("R", "Formatting Data", "format_data.html"))
third3.xID = "format_data"
second6 = insDoc(first8, gLnk("R", "Cell Formatting", "cell_formatting.html"))
second6.xID = "cell_formatting"
second7 = insFld(first8, gFld("Sizing Columns", "ch08s07.html"))
second7.xID = "ch08s07"
third1 = insDoc(second7, gLnk("R", "Sizing Individual Columns", "sizing_individual_columns.html"))
third1.xID = "sizing_individual_columns"
third2 = insDoc(second7, gLnk("R", "Sizing All Columns to a Common Width", "sizing_all_columns_to_a_common_width.html"))
third2.xID = "sizing_all_columns_to_a_common_width"
third3 = insDoc(second7, gLnk("R", "Autosizing Column Width", "resetting_default_columns_width.html"))
third3.xID = "resetting_default_columns_width"
second8 = insDoc(first8, gLnk("R", "Changing and Locking Display Types", "changing_locking_display_types.html"))
second8.xID = "changing_locking_display_types"
second9 = insDoc(first8, gLnk("R", "Spreadsheet Options", "spreadsheet_options.html"))
second9.xID = "spreadsheet_options"
second10 = insFld(first8, gFld("Charts and Chart Types", "about_charts.html"))
second10.xID = "about_charts"
third1 = insDoc(second10, gLnk("R", "Pie Charts", "ch08s10s01.html"))
third1.xID = "ch08s10s01"
third2 = insDoc(second10, gLnk("R", "Quadrant Charts", "ch08s10s02.html"))
third2.xID = "ch08s10s02"
third3 = insDoc(second10, gLnk("R", "Bubble Charts", "ch08s10s03.html"))
third3.xID = "ch08s10s03"
second11 = insFld(first8, gFld("Chart Properties", "chart_properties.html"))
second11.xID = "chart_properties"
third1 = insDoc(second11, gLnk("R", "General Chart Properties", "general_tab_chart_properties.html"))
third1.xID = "general_tab_chart_properties"
third2 = insDoc(second11, gLnk("R", "Titles Chart Properties", "titles_tab_chart_properties.html"))
third2.xID = "titles_tab_chart_properties"
third3 = insDoc(second11, gLnk("R", "Axes Chart Properties", "axes_tab_chart_properties.html"))
third3.xID = "axes_tab_chart_properties"
third4 = insDoc(second11, gLnk("R", "Series Effects Chart Properties", "series_effect_tab_chart_properties.html"))
third4.xID = "series_effect_tab_chart_properties"
third5 = insDoc(second11, gLnk("R", "Series Chart Properties", "series_tab_chart_properties.html"))
third5.xID = "series_tab_chart_properties"
third6 = insDoc(second11, gLnk("R", "Filling Chart Objects", "filling_chart_objects.html"))
third6.xID = "filling_chart_objects"
third7 = insDoc(second11, gLnk("R", "Line Widths of Zero (0)", "ch08s11s07.html"))
third7.xID = "ch08s11s07"
third8 = insDoc(second11, gLnk("R", "Pie Chart Properties", "pie_tab_chart_properties.html"))
third8.xID = "pie_tab_chart_properties"
third9 = insDoc(second11, gLnk("R", "Bubble Chart Properties", "bubble_tab_chart_properties.html"))
third9.xID = "bubble_tab_chart_properties"
third10 = insDoc(second11, gLnk("R", "Chart Preview", "chart_preview.html"))
third10.xID = "chart_preview"
second12 = insDoc(first8, gLnk("R", "Selecting Color", "select_color.html"))
second12.xID = "select_color"
second13 = insDoc(first8, gLnk("R", "Font Properties", "setting_font_properties.html"))
second13.xID = "setting_font_properties"
second14 = insDoc(first8, gLnk("R", "Selecting Graphics", "select_graphic.html"))
second14.xID = "select_graphic"
first9 = insFld(foldersTree, gFld("Managing Analysis Tools", "managing_analysis_tools.html"))
first9.xID = "managing_analysis_tools"
second1 = insDoc(first9, gLnk("R", "Formatting Options", "about_formatting_options.html"))
second1.xID = "about_formatting_options"
second2 = insDoc(first9, gLnk("R", "Other Kinds of Formatting", "ch09s02.html"))
second2.xID = "ch09s02"
second3 = insDoc(first9, gLnk("R", "Formatting Order of Precedence", "formatting_order_of_precedence.html"))
second3.xID = "formatting_order_of_precedence"
second4 = insFld(first9, gFld("Data Display Options", "about_data_display_options.html"))
second4.xID = "about_data_display_options"
third1 = insDoc(second4, gLnk("R", "Setting the Label Mode", "about_label_mode.html"))
third1.xID = "about_label_mode"
third2 = insDoc(second4, gLnk("R", "Sorting Dimension Headers", "sorting_dimension_headers.html"))
third2.xID = "sorting_dimension_headers"
second5 = insFld(first9, gFld("Formatting Dialog Box", "about_formatting_dialog_box.html"))
second5.xID = "about_formatting_dialog_box"
third1 = insDoc(second5, gLnk("R", "Creating Formatting Definitions", "creating_a_formatting_definition.html"))
third1.xID = "creating_a_formatting_definition"
third2 = insDoc(second5, gLnk("R", "Editing Formatting Selection Statements", "edit_formatting_selections.html"))
third2.xID = "edit_formatting_selections"
third3 = insDoc(second5, gLnk("R", "Formatting Data", "format_data.html"))
third3.xID = "format_data"
second6 = insDoc(first9, gLnk("R", "Cell Formatting", "cell_formatting.html"))
second6.xID = "cell_formatting"
second7 = insFld(first9, gFld("Sizing Columns", "ch09s07.html"))
second7.xID = "ch09s07"
third1 = insDoc(second7, gLnk("R", "Sizing Individual Columns", "sizing_individual_columns.html"))
third1.xID = "sizing_individual_columns"
third2 = insDoc(second7, gLnk("R", "Sizing All Columns to a Common Width", "sizing_all_columns_to_a_common_width.html"))
third2.xID = "sizing_all_columns_to_a_common_width"
third3 = insDoc(second7, gLnk("R", "Autosizing Column Width", "resetting_default_columns_width.html"))
third3.xID = "resetting_default_columns_width"
second8 = insDoc(first9, gLnk("R", "Spreadsheet Options", "spreadsheet_options.html"))
second8.xID = "spreadsheet_options"
second9 = insFld(first9, gFld("Charts and Chart Types", "about_charts.html"))
second9.xID = "about_charts"
third1 = insDoc(second9, gLnk("R", "Pie Charts", "ch09s09s01.html"))
third1.xID = "ch09s09s01"
third2 = insDoc(second9, gLnk("R", "Quadrant Charts", "ch09s09s02.html"))
third2.xID = "ch09s09s02"
third3 = insDoc(second9, gLnk("R", "Bubble Charts", "ch09s09s03.html"))
third3.xID = "ch09s09s03"
second10 = insFld(first9, gFld("Chart Properties", "chart_properties.html"))
second10.xID = "chart_properties"
third1 = insDoc(second10, gLnk("R", "General Chart Properties", "general_tab_chart_properties.html"))
third1.xID = "general_tab_chart_properties"
third2 = insDoc(second10, gLnk("R", "Titles Chart Properties", "titles_tab_chart_properties.html"))
third2.xID = "titles_tab_chart_properties"
third3 = insDoc(second10, gLnk("R", "Axes Chart Properties", "axes_tab_chart_properties.html"))
third3.xID = "axes_tab_chart_properties"
third4 = insDoc(second10, gLnk("R", "Series Effects Chart Properties", "series_effect_tab_chart_properties.html"))
third4.xID = "series_effect_tab_chart_properties"
third5 = insDoc(second10, gLnk("R", "Series Chart Properties", "series_tab_chart_properties.html"))
third5.xID = "series_tab_chart_properties"
third6 = insDoc(second10, gLnk("R", "Filling Chart Objects", "filling_chart_objects.html"))
third6.xID = "filling_chart_objects"
third7 = insDoc(second10, gLnk("R", "Line Widths of Zero (0)", "ch09s10s07.html"))
third7.xID = "ch09s10s07"
third8 = insDoc(second10, gLnk("R", "Pie Chart Properties", "pie_tab_chart_properties.html"))
third8.xID = "pie_tab_chart_properties"
third9 = insDoc(second10, gLnk("R", "Bubble Chart Properties", "bubble_tab_chart_properties.html"))
third9.xID = "bubble_tab_chart_properties"
third10 = insDoc(second10, gLnk("R", "Chart Preview", "chart_preview.html"))
third10.xID = "chart_preview"
second11 = insDoc(first9, gLnk("R", "Selecting Color", "select_color.html"))
second11.xID = "select_color"
second12 = insDoc(first9, gLnk("R", "Font Properties", "setting_font_properties.html"))
second12.xID = "setting_font_properties"
second13 = insDoc(first9, gLnk("R", "Selecting Graphics", "select_graphic.html"))
second13.xID = "select_graphic"
second14 = insFld(first9, gFld("Analysis Tools", "about_analysis_tools.html"))
second14.xID = "about_analysis_tools"
third1 = insDoc(second14, gLnk("R", "Related Content", "ch09s14s01.html"))
third1.xID = "ch09s14s01"
third2 = insDoc(second14, gLnk("R", "Ordering Analysis Tools", "ch09s14s02.html"))
third2.xID = "ch09s14s02"
third3 = insDoc(second14, gLnk("R", "Default Analysis Tools", "ch09s14s03.html"))
third3.xID = "ch09s14s03"
second15 = insDoc(first9, gLnk("R", "Activating and Deactivating Analysis Tools", "activating_deactivating_analysis_tools.html"))
second15.xID = "activating_deactivating_analysis_tools"
second16 = insDoc(first9, gLnk("R", "Editing Definitions", "editing_show_hide_only_definitions.html"))
second16.xID = "editing_show_hide_only_definitions"
second17 = insFld(first9, gFld("Show/Hide Only", "ch09s17.html"))
second17.xID = "ch09s17"
third1 = insDoc(second17, gLnk("R", "Asymmetrical Analysis", "ch09s17s01.html"))
third1.xID = "ch09s17s01"
third2 = insDoc(second17, gLnk("R", "Multiple Show/Hide Only Definitions", "ch09s17s02.html"))
third2.xID = "ch09s17s02"
third3 = insDoc(second17, gLnk("R", "Differences in Show/Hide Only Definitions", "ch09s17s03.html"))
third3.xID = "ch09s17s03"
third4 = insDoc(second17, gLnk("R", "Creating Show/Hide Only Definitions", "creating_show_hide_only_definitions.html"))
third4.xID = "creating_show_hide_only_definitions"
second18 = insFld(first9, gFld("Traffic Lighting", "ch09s18.html"))
second18.xID = "ch09s18"
third1 = insDoc(second18, gLnk("R", "Financial Intelligence Variations", "ch09s18s01.html"))
third1.xID = "ch09s18s01"
third2 = insDoc(second18, gLnk("R", "Assign Limits Shortcut Menu", "ch09s18s02.html"))
third2.xID = "ch09s18s02"
third3 = insDoc(second18, gLnk("R", "Creating Traffic Lighting Definitions", "creating_traffic_lighting_definitions.html"))
third3.xID = "creating_traffic_lighting_definitions"
third4 = insDoc(second18, gLnk("R", "Setting Traffic Lighting Opacity", "setting_traffic_lighting_opacity.html"))
third4.xID = "setting_traffic_lighting_opacity"
second19 = insFld(first9, gFld("Sorting", "about_sorting.html"))
second19.xID = "about_sorting"
third1 = insDoc(second19, gLnk("R", "Sorting Dialog Box", "ch09s19s01.html"))
third1.xID = "ch09s19s01"
third2 = insDoc(second19, gLnk("R", "Creating Sorting Definitions", "creating_sorting_definitions.html"))
third2.xID = "creating_sorting_definitions"
second20 = insFld(first9, gFld("Restricting Data", "ch09s20.html"))
second20.xID = "ch09s20"
third1 = insDoc(second20, gLnk("R", "Restrict Data Controls", "ch09s20s01.html"))
third1.xID = "ch09s20s01"
third2 = insDoc(second20, gLnk("R", "Creating Restrict Data Definitions", "creating_restrict_data_definitions.html"))
third2.xID = "creating_restrict_data_definitions"
second21 = insFld(first9, gFld("Retrieve Only Top/Bottom", "ch09s21.html"))
second21.xID = "ch09s21"
third1 = insDoc(second21, gLnk("R", "Behavior of multiple row dimension member selection", "ch09s21s01.html"))
third1.xID = "ch09s21s01"
third2 = insDoc(second21, gLnk("R", "Analysis Tools and Multiple Filter Axis Dimension Members", "ch09s21s02.html"))
third2.xID = "ch09s21s02"
third3 = insDoc(second21, gLnk("R", "Creating Retrieve Only Top/Bottom Definitions", "creating_retrieve_only_top_bottom_definitions.html"))
third3.xID = "creating_retrieve_only_top_bottom_definitions"
second22 = insFld(first9, gFld("Data Formatting", "ch09s22.html"))
second22.xID = "ch09s22"
third1 = insDoc(second22, gLnk("R", "Formatting Dialog Box", "ch09s22s01.html"))
third1.xID = "ch09s22s01"
third2 = insDoc(second22, gLnk("R", "Creating Data Formatting Definitions", "creating_data_formatting_definitions.html"))
third2.xID = "creating_data_formatting_definitions"
second23 = insFld(first9, gFld("Creating Calculations", "ch09s23.html"))
second23.xID = "ch09s23"
third1 = insDoc(second23, gLnk("R", "Average", "ch09s23s01.html"))
third1.xID = "ch09s23s01"
third2 = insDoc(second23, gLnk("R", "Cumulative", "ch09s23s02.html"))
third2.xID = "ch09s23s02"
third3 = insDoc(second23, gLnk("R", "Difference from Average", "ch09s23s03.html"))
third3.xID = "ch09s23s03"
third4 = insDoc(second23, gLnk("R", "Divide", "ch09s23s04.html"))
third4.xID = "ch09s23s04"
third5 = insDoc(second23, gLnk("R", "Linear Regression", "ch09s23s05.html"))
third5.xID = "ch09s23s05"
third6 = insDoc(second23, gLnk("R", "Maximum", "ch09s23s06.html"))
third6.xID = "ch09s23s06"
third7 = insDoc(second23, gLnk("R", "Maximum Value", "ch09s23s07.html"))
third7.xID = "ch09s23s07"
third8 = insDoc(second23, gLnk("R", "Minimum", "ch09s23s08.html"))
third8.xID = "ch09s23s08"
third9 = insDoc(second23, gLnk("R", "Minimum Value", "ch09s23s09.html"))
third9.xID = "ch09s23s09"
third10 = insDoc(second23, gLnk("R", "Multiply", "ch09s23s10.html"))
third10.xID = "ch09s23s10"
third11 = insDoc(second23, gLnk("R", "Percent", "ch09s23s11.html"))
third11.xID = "ch09s23s11"
third12 = insDoc(second23, gLnk("R", "Percent Difference from Average", "ch09s23s12.html"))
third12.xID = "ch09s23s12"
third13 = insDoc(second23, gLnk("R", "Percent of Difference", "ch09s23s13.html"))
third13.xID = "ch09s23s13"
third14 = insDoc(second23, gLnk("R", "Percent of Member", "ch09s23s14.html"))
third14.xID = "ch09s23s14"
third15 = insDoc(second23, gLnk("R", "Percent of Total", "ch09s23s15.html"))
third15.xID = "ch09s23s15"
third16 = insDoc(second23, gLnk("R", "Rank Ascending", "ch09s23s16.html"))
third16.xID = "ch09s23s16"
third17 = insDoc(second23, gLnk("R", "Rank Descending", "ch09s23s17.html"))
third17.xID = "ch09s23s17"
third18 = insDoc(second23, gLnk("R", "Subtract", "ch09s23s18.html"))
third18.xID = "ch09s23s18"
third19 = insDoc(second23, gLnk("R", "Sum", "ch09s23s19.html"))
third19.xID = "ch09s23s19"
third20 = insDoc(second23, gLnk("R", "Trend", "ch09s23s20.html"))
third20.xID = "ch09s23s20"
third21 = insDoc(second23, gLnk("R", "Variance", "ch09s23s21.html"))
third21.xID = "ch09s23s21"
third22 = insDoc(second23, gLnk("R", "Variance Percent", "ch09s23s22.html"))
third22.xID = "ch09s23s22"
third23 = insDoc(second23, gLnk("R", "Complex Calculations", "ch09s23s23.html"))
third23.xID = "ch09s23s23"
third24 = insDoc(second23, gLnk("R", "Modifying Calculations", "modifying_calculations.html"))
third24.xID = "modifying_calculations"
third25 = insDoc(second23, gLnk("R", "Essbase Attribute Calculations", "about_essbase_attribute_calcs.html"))
third25.xID = "about_essbase_attribute_calcs"
second24 = insDoc(first9, gLnk("R", "Creating SAP BW Currency Conversion Definitions", "sap_currency_conversion.html"))
second24.xID = "sap_currency_conversion"
second25 = insDoc(first9, gLnk("R", "Creating SAP BW Unit of Measure Conversion Definitions", "sap_unit_conversion.html"))
second25.xID = "sap_unit_conversion"
first10 = insFld(foldersTree, gFld("Exporting Documents and Presentations", "ch10.html"))
first10.xID = "ch10"
second1 = insDoc(first10, gLnk("R", "Smart View", "about_export_to_microsoft_excel.html"))
second1.xID = "about_export_to_microsoft_excel"
second2 = insDoc(first10, gLnk("R", "Exporting Web Analysis Documents to Microsoft Office", "ch10s02.html"))
second2.xID = "ch10s02"
second3 = insDoc(first10, gLnk("R", "Exporting to the Clipboard", "ch10s03.html"))
second3.xID = "ch10s03"
second4 = insDoc(first10, gLnk("R", "Export Data Unformatted", "ch10s04.html"))
second4.xID = "ch10s04"
second5 = insDoc(first10, gLnk("R", "Exporting to Tab Delimited Text Files", "exporting_tab_delimited_text_file.html"))
second5.xID = "exporting_tab_delimited_text_file"
second6 = insFld(first10, gFld("Exporting Documents and Presentations", "exporting_reports_presentations.html"))
second6.xID = "exporting_reports_presentations"
third1 = insDoc(second6, gLnk("R", "Exporting the Current Document", "ch10s06s01.html"))
third1.xID = "ch10s06s01"
third2 = insDoc(second6, gLnk("R", "Exporting Documents and Presentations", "ch10s06s02.html"))
third2.xID = "ch10s06s02"
second7 = insDoc(first10, gLnk("R", "Exporting XML Document and Presentation Definitions to Shared Services", "export_hyperion_hub.html"))
second7.xID = "export_hyperion_hub"
second8 = insDoc(first10, gLnk("R", "Saving As HTML", "save_as_html.html"))
second8.xID = "save_as_html"
second9 = insDoc(first10, gLnk("R", "E-mailing Document Links", "email_addresses.html"))
second9.xID = "email_addresses"
first11 = insFld(foldersTree, gFld("Printing", "ch11.html"))
first11.xID = "ch11"
second1 = insDoc(first11, gLnk("R", "Printing Options", "about_printing_options.html"))
second1.xID = "about_printing_options"
second2 = insDoc(first11, gLnk("R", "Print Dialog Page Tab", "printing_page_tab.html"))
second2.xID = "printing_page_tab"
second3 = insFld(first11, gFld("Print Dialog Header/Footer Tab", "printing_headers_footers_tab.html"))
second3.xID = "printing_headers_footers_tab"
third1 = insDoc(second3, gLnk("R", "Dynamic Text Labels", "ch11s03s01.html"))
third1.xID = "ch11s03s01"
third2 = insFld(second3, gFld("Creating Dynamic Text Labels", "creating_dynamic_text_label_headers_and_footers.html"))
third2.xID = "creating_dynamic_text_label_headers_and_footers"
fourth1 = insDoc(third2, gLnk("R", "Fixed References", "ch11s03s02s01.html"))
fourth1.xID = "ch11s03s02s01"
fourth2 = insDoc(third2, gLnk("R", "Time Format Syntax", "ch11s03s02s02.html"))
fourth2.xID = "ch11s03s02s02"
fourth3 = insDoc(third2, gLnk("R", "Examples", "ch11s03s02s03.html"))
fourth3.xID = "ch11s03s02s03"
second4 = insDoc(first11, gLnk("R", "Printing", "printing.html"))
second4.xID = "printing"
second5 = insDoc(first11, gLnk("R", "Print Preview", "print_preview.html"))
second5.xID = "print_preview"
first12 = insFld(foldersTree, gFld("Managing Database Connections", "ch12.html"))
first12.xID = "ch12"
second1 = insFld(first12, gFld("Database Connections", "about_db_connections.html"))
second1.xID = "about_db_connections"
third1 = insDoc(second1, gLnk("R", "Database Connections", "ch12s01s01.html"))
third1.xID = "ch12s01s01"
third2 = insDoc(second1, gLnk("R", "Database Connection Access and Document Permissions", "ch12s01s02.html"))
third2.xID = "ch12s01s02"
third3 = insDoc(second1, gLnk("R", "User and Group Permissions", "ch12s01s03.html"))
third3.xID = "ch12s01s03"
second2 = insDoc(first12, gLnk("R", "Creating OLAP and Hyperion Database Connections", "creating_database_connections.html"))
second2.xID = "creating_database_connections"
second3 = insDoc(first12, gLnk("R", "Database Connection Properties", "about_database_connection_properties.html"))
second3.xID = "about_database_connection_properties"
second4 = insDoc(first12, gLnk("R", "Measures Formatting", "about_measures_formatting.html"))
second4.xID = "about_measures_formatting"
second5 = insFld(first12, gFld("Integrating OLAP and Relational Data", "about_relational_drill_through.html"))
second5.xID = "about_relational_drill_through"
third1 = insDoc(second5, gLnk("R", "Defining Relational Drill-through", "ch12s05s01.html"))
third1.xID = "ch12s05s01"
third2 = insDoc(second5, gLnk("R", "Controlling Query Result Set Size", "ch12s05s02.html"))
third2.xID = "ch12s05s02"
second6 = insDoc(first12, gLnk("R", "Creating Relational Drill-Through", "creating_relational_drill_through.html"))
second6.xID = "creating_relational_drill_through"
second7 = insFld(first12, gFld("Essbase Database Connections", "ch12s07.html"))
second7.xID = "ch12s07"
third1 = insDoc(second7, gLnk("R", "Restrict Data", "ch12s07s01.html"))
third1.xID = "ch12s07s01"
third2 = insDoc(second7, gLnk("R", "Retrieve Only Top/Bottom", "ch12s07s02.html"))
third2.xID = "ch12s07s02"
third3 = insDoc(second7, gLnk("R", "Edit Data", "ch12s07s03.html"))
third3.xID = "ch12s07s03"
third4 = insDoc(second7, gLnk("R", "Suppress Missing Rows, Zeros, and Shared Members", "ch12s07s04.html"))
third4.xID = "ch12s07s04"
third5 = insDoc(second7, gLnk("R", "Label Mode and Alias Tables", "ch12s07s05.html"))
third5.xID = "ch12s07s05"
third6 = insDoc(second7, gLnk("R", "Essbase Drill Settings", "ch12s07s06.html"))
third6.xID = "ch12s07s06"
third7 = insDoc(second7, gLnk("R", "LROs", "ch12s07s07.html"))
third7.xID = "ch12s07s07"
third8 = insDoc(second7, gLnk("R", "Relational Drill-through", "ch12s07s08.html"))
third8.xID = "ch12s07s08"
third9 = insDoc(second7, gLnk("R", "Integration Services Drill-through", "ch12s07s09.html"))
third9.xID = "ch12s07s09"
third10 = insDoc(second7, gLnk("R", "Essbase Advanced Member Selection", "ch12s07s10.html"))
third10.xID = "ch12s07s10"
third11 = insDoc(second7, gLnk("R", "Attribute Dimensions and Attribute Calculations", "ch12s07s11.html"))
third11.xID = "ch12s07s11"
third12 = insDoc(second7, gLnk("R", "Essbase Metadata Security and Web Analysis Document Design", "ch12s07s12.html"))
third12.xID = "ch12s07s12"
second8 = insFld(first12, gFld("Financial Management", "ch12s08.html"))
second8.xID = "ch12s08"
third1 = insDoc(second8, gLnk("R", "Financial Management Related Content", "ch12s08s01.html"))
third1.xID = "ch12s08s01"
third2 = insDoc(second8, gLnk("R", "Cell Text", "ch12s08s02.html"))
third2.xID = "ch12s08s02"
third3 = insDoc(second8, gLnk("R", "Line Item Detail", "ch12s08s03.html"))
third3.xID = "ch12s08s03"
third4 = insDoc(second8, gLnk("R", "Recalculating Financial Management", "ch12s08s04.html"))
third4.xID = "ch12s08s04"
third5 = insDoc(second8, gLnk("R", "Org By Period", "ch12s08s05.html"))
third5.xID = "ch12s08s05"
third6 = insDoc(second8, gLnk("R", "Financial Management Advanced Member Selection", "ch12s08s06.html"))
third6.xID = "ch12s08s06"
third7 = insDoc(second8, gLnk("R", "User Defined Fields", "ch12s08s07.html"))
third7.xID = "ch12s08s07"
third8 = insDoc(second8, gLnk("R", "Display Entity Currency", "ch12s08s08.html"))
third8.xID = "ch12s08s08"
third9 = insFld(second8, gFld("Financial Management Conventions", "ch12s08s09.html"))
third9.xID = "ch12s08s09"
fourth1 = insDoc(third9, gLnk("R", "No Drill To Top", "ch12s08s09s01.html"))
fourth1.xID = "ch12s08s09s01"
fourth2 = insDoc(third9, gLnk("R", "No Edit Data", "ch12s08s09s02.html"))
fourth2.xID = "ch12s08s09s02"
fourth3 = insDoc(third9, gLnk("R", "Adding and Deleting Dimension Members", "ch12s08s09s03.html"))
fourth3.xID = "ch12s08s09s03"
fourth4 = insDoc(third9, gLnk("R", "New Financial Management Databases", "ch12s08s09s04.html"))
fourth4.xID = "ch12s08s09s04"
fourth5 = insDoc(third9, gLnk("R", "Deleted Financial Management Users", "ch12s08s09s05.html"))
fourth5.xID = "ch12s08s09s05"
second9 = insFld(first12, gFld("SAP BW", "ch12s09.html"))
second9.xID = "ch12s09"
third1 = insDoc(second9, gLnk("R", "SAP BW Pre-requisites", "ch12s09s01.html"))
third1.xID = "ch12s09s01"
third2 = insDoc(second9, gLnk("R", "SAP BW Conventions", "ch12s09s02.html"))
third2.xID = "ch12s09s02"
third3 = insDoc(second9, gLnk("R", "SAP BW Advanced Member Selection", "ch12s09s03.html"))
third3.xID = "ch12s09s03"
third4 = insDoc(second9, gLnk("R", "SAP BW Features Available in Web Analysis Studio", "ch12s09s04.html"))
third4.xID = "ch12s09s04"
second10 = insDoc(first12, gLnk("R", "Creating SAP BW Database Connections", "ch12s10.html"))
second10.xID = "ch12s10"
second11 = insFld(first12, gFld("SQL Server Analysis Services", "ch12s11.html"))
second11.xID = "ch12s11"
third1 = insDoc(second11, gLnk("R", "SSAS Prerequisites", "ch12s11s01.html"))
third1.xID = "ch12s11s01"
third2 = insDoc(second11, gLnk("R", "SSAS Advanced Member Selections", "ch12s11s02.html"))
third2.xID = "ch12s11s02"
third3 = insDoc(second11, gLnk("R", "SSAS Features Available in Web Analysis Studio", "ch12s11s03.html"))
third3.xID = "ch12s11s03"
third4 = insDoc(second11, gLnk("R", "SQL Server Analysis Services Connectivity", "ch12s11s04.html"))
third4.xID = "ch12s11s04"
second12 = insFld(first12, gFld("Relational Access", "ch12s12.html"))
second12.xID = "ch12s12"
third1 = insDoc(second12, gLnk("R", "SQL Spreadsheet", "ch12s12s01.html"))
third1.xID = "ch12s12s01"
third2 = insDoc(second12, gLnk("R", "Freeform Grid", "ch12s12s02.html"))
third2.xID = "ch12s12s02"
third3 = insDoc(second12, gLnk("R", "Relational Drill-through", "ch12s12s03.html"))
third3.xID = "ch12s12s03"
third4 = insDoc(second12, gLnk("R", "Relational Database Connection", "ch12s12s04.html"))
third4.xID = "ch12s12s04"
third5 = insDoc(second12, gLnk("R", "Integration Services Drill-through", "ch12s12s05.html"))
third5.xID = "ch12s12s05"
second13 = insDoc(first12, gLnk("R", "Controlling Query Result Set Size", "ch12s13.html"))
second13.xID = "ch12s13"
second14 = insFld(first12, gFld("Relational Database Connections", "ch12s14.html"))
second14.xID = "ch12s14"
third1 = insDoc(second14, gLnk("R", "Connection Page", "installing_and_configuring_jdbc_drivers.html"))
third1.xID = "installing_and_configuring_jdbc_drivers"
third2 = insDoc(second14, gLnk("R", "Select Fact Table Page", "select_fact_table.html"))
third2.xID = "select_fact_table"
third3 = insDoc(second14, gLnk("R", "Relational Cube Editor", "ch12s14s03.html"))
third3.xID = "ch12s14s03"
second15 = insDoc(first12, gLnk("R", "Creating Relational Database Connections", "creating_relational_database_connections.html"))
second15.xID = "creating_relational_database_connections"
second16 = insDoc(first12, gLnk("R", "Editing Database Connections", "ch12s16.html"))
second16.xID = "ch12s16"
second17 = insDoc(first12, gLnk("R", "Changing Database Connections for Report Objects", "ch12s17.html"))
second17.xID = "ch12s17"
first13 = insFld(foldersTree, gFld("Creating Pinboards", "ch13.html"))
first13.xID = "ch13"
second1 = insFld(first13, gFld("Pinboards", "ch13s01.html"))
second1.xID = "ch13s01"
third1 = insDoc(second1, gLnk("R", "Pinboards Prerequisites", "ch13s01s01.html"))
third1.xID = "ch13s01s01"
third2 = insDoc(second1, gLnk("R", "Creating a Pinboard Series", "ch13s01s02.html"))
third2.xID = "ch13s01s02"
third3 = insDoc(second1, gLnk("R", "Creating Pins", "ch13s01s03.html"))
third3.xID = "ch13s01s03"
third4 = insDoc(second1, gLnk("R", "Traffic Lighting Control Panel", "ch13s01s04.html"))
third4.xID = "ch13s01s04"
third5 = insDoc(second1, gLnk("R", "Select Traffic Lighting Dimension Dialog Box", "ch13s01s05.html"))
third5.xID = "ch13s01s05"
second2 = insDoc(first13, gLnk("R", "Pinboard Designer", "select_traffic_lighting_dimension.html"))
second2.xID = "select_traffic_lighting_dimension"
second3 = insDoc(first13, gLnk("R", "Creating a Pinboard", "creating_a_pinboard.html"))
second3.xID = "creating_a_pinboard"
second4 = insDoc(first13, gLnk("R", "Modifying Pinboards", "modifying_pinboards.html"))
second4.xID = "modifying_pinboards"
second5 = insDoc(first13, gLnk("R", "Creating a Pinboard Series", "creating_a_pinboard_series.html"))
second5.xID = "creating_a_pinboard_series"
second6 = insFld(first13, gFld("Creating Pins", "ch13s06.html"))
second6.xID = "ch13s06"
third1 = insDoc(second6, gLnk("R", "Selecting Pins", "selecting_pins.html"))
third1.xID = "selecting_pins"
third2 = insDoc(second6, gLnk("R", "Creating Pins", "creating_pins.html"))
third2.xID = "creating_pins"
third3 = insDoc(second6, gLnk("R", "Editing Pins", "editing_pins.html"))
third3.xID = "editing_pins"
third4 = insDoc(second6, gLnk("R", "Deleting Pins", "deleting_pins.html"))
third4.xID = "deleting_pins"
second7 = insDoc(first13, gLnk("R", "Creating Image Pins", "creating_image_pins.html"))
second7.xID = "creating_image_pins"
second8 = insDoc(first13, gLnk("R", "Creating Color Pins", "creating_color_pins.html"))
second8.xID = "creating_color_pins"
first14 = insFld(foldersTree, gFld("Creating SQL Spreadsheets", "ch14.html"))
first14.xID = "ch14"
second1 = insDoc(first14, gLnk("R", "SQL Spreadsheets", "ch14s01.html"))
second1.xID = "ch14s01"
second2 = insDoc(first14, gLnk("R", "Creating SQL Spreadsheets", "creating_sql_spreadsheets.html"))
second2.xID = "creating_sql_spreadsheets"
second3 = insDoc(first14, gLnk("R", "Creating SQL Spreadsheets with SQL Query Builder Wizard", "ch14s03.html"))
second3.xID = "ch14s03"
second4 = insDoc(first14, gLnk("R", "Enter SQL Query Dialog Box", "entering_sql_queries.html"))
second4.xID = "entering_sql_queries"
second5 = insFld(first14, gFld("SQL Query Builder Wizard", "sql_query_builder_wizard.html"))
second5.xID = "sql_query_builder_wizard"
third1 = insDoc(second5, gLnk("R", "Select Column Advanced Dialog Box", "select_column_advanced_dialog_box.html"))
third1.xID = "select_column_advanced_dialog_box"
third2 = insDoc(second5, gLnk("R", "Dynamic Text Labels", "ch14s05s02.html"))
third2.xID = "ch14s05s02"
third3 = insFld(second5, gFld("Dynamic Text Labels for SQL Spreadsheets", "ch14s05s03.html"))
third3.xID = "ch14s05s03"
fourth1 = insDoc(third3, gLnk("R", "Cell Functions", "ch14s05s03s01.html"))
fourth1.xID = "ch14s05s03s01"
fourth2 = insDoc(third3, gLnk("R", "Filter Functions", "ch14s05s03s02.html"))
fourth2.xID = "ch14s05s03s02"
second6 = insDoc(first14, gLnk("R", "Creating a SQL Subscription Control", "sql_subscription_control.html"))
second6.xID = "sql_subscription_control"
first15 = insFld(foldersTree, gFld("Creating Freeform Grids", "ch15.html"))
first15.xID = "ch15"
second1 = insDoc(first15, gLnk("R", "Freeform Grids", "ch15s01.html"))
second1.xID = "ch15s01"
second2 = insDoc(first15, gLnk("R", "Creating Freeform Grids", "creating_freeform_grids.html"))
second2.xID = "creating_freeform_grids"
second3 = insDoc(first15, gLnk("R", "Formatting Freeform Grids", "formatting_freeform_grids.html"))
second3.xID = "formatting_freeform_grids"
second4 = insDoc(first15, gLnk("R", "Creating Formulas for Freeform Grids", "creating_formulas_freeform_grid.html"))
second4.xID = "creating_formulas_freeform_grid"
second5 = insDoc(first15, gLnk("R", "Controlling Freeform Grid Content with Data Objects", "ch15s05.html"))
second5.xID = "ch15s05"
first16 = insFld(foldersTree, gFld("Creating Custom Documents", "ch16.html"))
first16.xID = "ch16"
second1 = insFld(first16, gFld("Comparing Web Analysis Studio and Workspace", "ch16s01.html"))
second1.xID = "ch16s01"
third1 = insDoc(second1, gLnk("R", "Differences between the Two Clients", "ch16s01s01.html"))
third1.xID = "ch16s01s01"
third2 = insDoc(second1, gLnk("R", "Font List Differences Between Web Analysis Studio and Workspace", "ch16s01s02.html"))
third2.xID = "ch16s01s02"
second2 = insFld(first16, gFld("Document Designer", "about_design_mode.html"))
second2.xID = "about_design_mode"
third1 = insDoc(second2, gLnk("R", "Accessing Document Designer", "ch16s02s01.html"))
third1.xID = "ch16s02s01"
third2 = insDoc(second2, gLnk("R", "Setting Document Designer Options", "ch16s02s02.html"))
third2.xID = "ch16s02s02"
third3 = insDoc(second2, gLnk("R", "Design for HTML", "ch16s02s03.html"))
third3.xID = "ch16s02s03"
third4 = insDoc(second2, gLnk("R", "Accessing the Palette Tab", "ch16s02s04.html"))
third4.xID = "ch16s02s04"
second3 = insFld(first16, gFld("Custom Document Components", "ch16s03.html"))
second3.xID = "ch16s03"
third1 = insDoc(second3, gLnk("R", "Containers", "ch16s03s01.html"))
third1.xID = "ch16s03s01"
third2 = insDoc(second3, gLnk("R", "Content Panels", "ch16s03s02.html"))
third2.xID = "ch16s03s02"
third3 = insDoc(second3, gLnk("R", "Four Data Objects", "ch16s03s03.html"))
third3.xID = "ch16s03s03"
third4 = insDoc(second3, gLnk("R", "Subscription Controls", "ch16s03s04.html"))
third4.xID = "ch16s03s04"
third5 = insDoc(second3, gLnk("R", "SQL Spreadsheet and SQL Subscription", "ch16s03s05.html"))
third5.xID = "ch16s03s05"
third6 = insDoc(second3, gLnk("R", "Creating Container Panels", "ch16s03s06.html"))
third6.xID = "ch16s03s06"
third7 = insDoc(second3, gLnk("R", "Adding Custom Document Components", "adding_custom_report_components.html"))
third7.xID = "adding_custom_report_components"
third8 = insDoc(second3, gLnk("R", "Undo and Redo", "ch16s03s08.html"))
third8.xID = "ch16s03s08"
third9 = insDoc(second3, gLnk("R", "Selecting Components", "selecting_components.html"))
third9.xID = "selecting_components"
third10 = insDoc(second3, gLnk("R", "Selecting Multiple Components", "selecting_multiple_components.html"))
third10.xID = "selecting_multiple_components"
third11 = insDoc(second3, gLnk("R", "Sizing Components", "sizing_components.html"))
third11.xID = "sizing_components"
third12 = insDoc(second3, gLnk("R", "Moving Components", "moving_components.html"))
third12.xID = "moving_components"
third13 = insDoc(second3, gLnk("R", "Cutting, Copying, Pasting, and Deleting Components", "ch16s03s13.html"))
third13.xID = "ch16s03s13"
second4 = insFld(first16, gFld("Formatting Components", "ch16s04.html"))
second4.xID = "ch16s04"
third1 = insDoc(second4, gLnk("R", "Default Object Properties", "data_object_properties.html"))
third1.xID = "data_object_properties"
third2 = insDoc(second4, gLnk("R", "Setting the Background", "setting_the_background.html"))
third2.xID = "setting_the_background"
third3 = insFld(second4, gFld("Aligning Components", "aligning_components.html"))
third3.xID = "aligning_components"
fourth1 = insDoc(third3, gLnk("R", "Anchor Options", "ch16s04s03s01.html"))
fourth1.xID = "ch16s04s03s01"
fourth2 = insDoc(third3, gLnk("R", "Relative Alignment", "ch16s04s03s02.html"))
fourth2.xID = "ch16s04s03s02"
fourth3 = insDoc(third3, gLnk("R", "Spacing Options", "ch16s04s03s03.html"))
fourth3.xID = "ch16s04s03s03"
fourth4 = insDoc(third3, gLnk("R", "Alignment Options", "ch16s04s03s04.html"))
fourth4.xID = "ch16s04s03s04"
second5 = insDoc(first16, gLnk("R", "Creating Hotspots", "creating_hotspots.html"))
second5.xID = "creating_hotspots"
second6 = insFld(first16, gFld("Creating Split Panels", "creating_splitter_bars.html"))
second6.xID = "creating_splitter_bars"
third1 = insDoc(second6, gLnk("R", "Nesting Split Panels", "ch16s06s01.html"))
third1.xID = "ch16s06s01"
third2 = insDoc(second6, gLnk("R", "Retrieving Focus From Slack Space Split Panels", "ch16s06s02.html"))
third2.xID = "ch16s06s02"
second7 = insFld(first16, gFld("Linking Components by Query", "linking_components_by_data_source.html"))
second7.xID = "linking_components_by_data_source"
third1 = insDoc(second7, gLnk("R", "Common Data Sources", "ch16s07s01.html"))
third1.xID = "ch16s07s01"
third2 = insDoc(second7, gLnk("R", "Unlinking Components", "ch16s07s02.html"))
third2.xID = "ch16s07s02"
second8 = insDoc(first16, gLnk("R", "Linking Selected Dimensions", "linking_selected_dimensions.html"))
second8.xID = "linking_selected_dimensions"
second9 = insFld(first16, gFld("Creating Subscription Controls", "creating_subscription_controls.html"))
second9.xID = "creating_subscription_controls"
third1 = insDoc(second9, gLnk("R", "Subscription Control Dialog Sequence", "ch16s09s01.html"))
third1.xID = "ch16s09s01"
third2 = insDoc(second9, gLnk("R", "Creating Subscription Controls", "specifying_dimension_member_controls.html"))
third2.xID = "specifying_dimension_member_controls"
third3 = insDoc(second9, gLnk("R", "Ordering Dimension Member Controls", "ordering_dimension_member_controls.html"))
third3.xID = "ordering_dimension_member_controls"
third4 = insDoc(second9, gLnk("R", "Indenting Dimension Member Controls", "indenting_dimension_member_controls.html"))
third4.xID = "indenting_dimension_member_controls"
third5 = insDoc(second9, gLnk("R", "Saving Subscription Control Selections to User POVs", "ch16s09s05.html"))
third5.xID = "ch16s09s05"
third6 = insDoc(second9, gLnk("R", "Enabling a Subscription Control to Activate from Service Button", "ch16s09s06.html"))
third6.xID = "ch16s09s06"
third7 = insDoc(second9, gLnk("R", "Changing Data Sources", "changing_the_data_source.html"))
third7.xID = "changing_the_data_source"
third8 = insDoc(second9, gLnk("R", "Creating Dynamic Dimension Member Controls", "creating_dynamic_dimension_member_controls.html"))
third8.xID = "creating_dynamic_dimension_member_controls"
third9 = insDoc(second9, gLnk("R", "Creating Dependent Subscription Controls", "creating_selection_buttons.html"))
third9.xID = "creating_selection_buttons"
second10 = insFld(first16, gFld("Creating Selection Buttons", "ch16s10.html"))
second10.xID = "ch16s10"
third1 = insDoc(second10, gLnk("R", "Ordering Dimension Member Controls", "ch16s10s01.html"))
third1.xID = "ch16s10s01"
third2 = insDoc(second10, gLnk("R", "Creating Extended Mode Controls", "creating_extended_mode_dimension_member_controls.html"))
third2.xID = "creating_extended_mode_dimension_member_controls"
third3 = insDoc(second10, gLnk("R", "Renaming Dimension Member Buttons", "enter_members_display_name.html"))
third3.xID = "enter_members_display_name"
second11 = insFld(first16, gFld("Creating Dynamic Text Labels", "creating_dynamic_text_labels.html"))
second11.xID = "creating_dynamic_text_labels"
third1 = insDoc(second11, gLnk("R", "Dynamic Text Labels", "ch16s11s01.html"))
third1.xID = "ch16s11s01"
third2 = insDoc(second11, gLnk("R", "Fixed References", "ch16s11s02.html"))
third2.xID = "ch16s11s02"
third3 = insDoc(second11, gLnk("R", "Time Format Syntax", "ch16s11s03.html"))
third3.xID = "ch16s11s03"
third4 = insDoc(second11, gLnk("R", "Examples", "ch16s11s04.html"))
third4.xID = "ch16s11s04"
second12 = insFld(first16, gFld("Custom Document Components", "ch16s12.html"))
second12.xID = "ch16s12"
third1 = insDoc(second12, gLnk("R", "Panel Object", "panel_object.html"))
third1.xID = "panel_object"
third2 = insDoc(second12, gLnk("R", "Using Panels for Object Placement", "ch16s12s02.html"))
third2.xID = "ch16s12s02"
third3 = insDoc(second12, gLnk("R", "Split Panel Object", "split_panel_object.html"))
third3.xID = "split_panel_object"
third4 = insDoc(second12, gLnk("R", "Label Object", "label_object.html"))
third4.xID = "label_object"
third5 = insDoc(second12, gLnk("R", "Text Area Object", "text_area_object.html"))
third5.xID = "text_area_object"
third6 = insDoc(second12, gLnk("R", "Image Objects", "image_object.html"))
third6.xID = "image_object"
third7 = insDoc(second12, gLnk("R", "HTML Browser Object", "html_browser_object.html"))
third7.xID = "html_browser_object"
third8 = insDoc(second12, gLnk("R", "Combo Box Subscription", "ch16s12s08.html"))
third8.xID = "ch16s12s08"
third9 = insDoc(second12, gLnk("R", "Radio Button Group Subscription", "ch16s12s09.html"))
third9.xID = "ch16s12s09"
third10 = insDoc(second12, gLnk("R", "Check Box Group Subscription", "ch16s12s10.html"))
third10.xID = "ch16s12s10"
third11 = insDoc(second12, gLnk("R", "Tab Group Subscription", "ch16s12s11.html"))
third11.xID = "ch16s12s11"
third12 = insDoc(second12, gLnk("R", "Slider Subscription", "ch16s12s12.html"))
third12.xID = "ch16s12s12"
third13 = insDoc(second12, gLnk("R", "Selection Button Subscription", "ch16s12s13.html"))
third13.xID = "ch16s12s13"
third14 = insDoc(second12, gLnk("R", "Multi-level Combo Box Subscription", "setting_depth_for_multilevel_combo_boxes.html"))
third14.xID = "setting_depth_for_multilevel_combo_boxes"
third15 = insDoc(second12, gLnk("R", "Alias Controller Object", "ch16s12s15.html"))
third15.xID = "ch16s12s15"
third16 = insFld(second12, gFld("Services Button Object", "services_button_object.html"))
third16.xID = "services_button_object"
fourth1 = insDoc(third16, gLnk("R", "Hotspots", "ch16s12s16s01.html"))
fourth1.xID = "ch16s12s16s01"
fourth2 = insDoc(third16, gLnk("R", "Services Button Custom Settings", "ch16s12s16s02.html"))
fourth2.xID = "ch16s12s16s02"
third17 = insDoc(second12, gLnk("R", "SQL Spreadsheet Objects", "ch16s12s17.html"))
third17.xID = "ch16s12s17"
third18 = insDoc(second12, gLnk("R", "SQL Subscription Objects", "ch16s12s18.html"))
third18.xID = "ch16s12s18"
third19 = insDoc(second12, gLnk("R", "Minimizing Document Load Times", "ch16s12s19.html"))
third19.xID = "ch16s12s19"
first17 = insFld(foldersTree, gFld("Editing Data Values", "editing_data_values.html"))
first17.xID = "editing_data_values"
second1 = insDoc(first17, gLnk("R", "Edit Data", "ch17s01.html"))
second1.xID = "ch17s01"
second2 = insDoc(first17, gLnk("R", "Editing Data Values", "editing_data_values.html"))
second2.xID = "editing_data_values"
second3 = insDoc(first17, gLnk("R", "Copying, Cutting, and Pasting To and From Microsoft Excel", "copying_cutting_and_pasting_to_and_from_excel.html"))
second3.xID = "copying_cutting_and_pasting_to_and_from_excel"
second4 = insDoc(first17, gLnk("R", "Tips for Edit Data Mode", "ch17s04.html"))
second4.xID = "ch17s04"
second5 = insDoc(first17, gLnk("R", "Integration Services Drill-Through", "ch17s05.html"))
second5.xID = "ch17s05"
second6 = insDoc(first17, gLnk("R", "Accessing Related Content", "ch17s06.html"))
second6.xID = "ch17s06"
second7 = insFld(first17, gFld("Related Content Definitions", "ch17s07.html"))
second7.xID = "ch17s07"
third1 = insDoc(second7, gLnk("R", "Related Content Dialog Box", "ch17s07s01.html"))
third1.xID = "ch17s07s01"
second8 = insFld(first17, gFld("LROs", "ch17s08.html"))
second8.xID = "ch17s08"
third1 = insDoc(second8, gLnk("R", "Creating LROs", "creating_linked_reporting_objects.html"))
third1.xID = "creating_linked_reporting_objects"
third2 = insDoc(second8, gLnk("R", "Accessing LROs", "accessing_linked_reporting_objects.html"))
third2.xID = "accessing_linked_reporting_objects"
first18 = insFld(foldersTree, gFld("Portlets", "ch18.html"))
first18.xID = "ch18"
second1 = insDoc(first18, gLnk("R", "Portlets", "ch18s01.html"))
second1.xID = "ch18s01"
second2 = insDoc(first18, gLnk("R", "Subscription Controls Functional in Portlets", "ch18s02.html"))
second2.xID = "ch18s02"
second3 = insDoc(first18, gLnk("R", "Designer Components Not Supported in Portlets", "ch18s03.html"))
second3.xID = "ch18s03"
second4 = insDoc(first18, gLnk("R", "Launch Out to Workspace", "ch18s04.html"))
second4.xID = "ch18s04"
second5 = insDoc(first18, gLnk("R", "Points of View, Personal Variables, and Subscription Controls", "ch18s05.html"))
second5.xID = "ch18s05"
first19 = insFld(foldersTree, gFld("Accessing External Media", "ch19.html"))
first19.xID = "ch19"
second1 = insDoc(first19, gLnk("R", "Integration Services Drill-Through", "ch19s01.html"))
second1.xID = "ch19s01"
second2 = insDoc(first19, gLnk("R", "Accessing Related Content", "ch19s02.html"))
second2.xID = "ch19s02"
second3 = insFld(first19, gFld("Related Content Definitions", "ch19s03.html"))
second3.xID = "ch19s03"
third1 = insDoc(second3, gLnk("R", "Related Content Dialog Box", "ch19s03s01.html"))
third1.xID = "ch19s03s01"
second4 = insFld(first19, gFld("LROs", "ch19s04.html"))
second4.xID = "ch19s04"
third1 = insDoc(second4, gLnk("R", "Creating LROs", "creating_linked_reporting_objects.html"))
third1.xID = "creating_linked_reporting_objects"
third2 = insDoc(second4, gLnk("R", "Accessing LROs", "accessing_linked_reporting_objects.html"))
third2.xID = "accessing_linked_reporting_objects"
first20 = insFld(foldersTree, gFld("Setting Preferences", "ch20.html"))
first20.xID = "ch20"
second1 = insFld(first20, gFld("Working with Preference Files", "managing_user_preferences.html"))
second1.xID = "managing_user_preferences"
third1 = insDoc(second1, gLnk("R", "Setting Active Preferences", "ch20s01s01.html"))
third1.xID = "ch20s01s01"
third2 = insDoc(second1, gLnk("R", "Preferences and Formatting Options", "ch20s01s02.html"))
third2.xID = "ch20s01s02"
third3 = insDoc(second1, gLnk("R", "Creating Preference Files", "ch20s01s03.html"))
third3.xID = "ch20s01s03"
third4 = insDoc(second1, gLnk("R", "Editing Shared Preference Files", "ch20s01s04.html"))
third4.xID = "ch20s01s04"
third5 = insDoc(second1, gLnk("R", "Managing Shared Preference Files", "ch20s01s05.html"))
third5.xID = "ch20s01s05"
second2 = insDoc(first20, gLnk("R", "Finding Preferences", "ch20s02.html"))
second2.xID = "ch20s02"
second3 = insFld(first20, gFld("General Preferences", "general_user_preferences.html"))
second3.xID = "general_user_preferences"
third1 = insDoc(second3, gLnk("R", "Home Page Preferences", "ch20s03s01.html"))
third1.xID = "ch20s03s01"
third2 = insDoc(second3, gLnk("R", "Startup Preferences", "ch20s03s02.html"))
third2.xID = "ch20s03s02"
second4 = insDoc(first20, gLnk("R", "Folders Preferences", "folders_user_preferences.html"))
second4.xID = "folders_user_preferences"
second5 = insDoc(first20, gLnk("R", "Look and Feel Preferences", "look_and_feel_user_preferences.html"))
second5.xID = "look_and_feel_user_preferences"
second6 = insDoc(first20, gLnk("R", "Drilling Preferences", "drilling_user_preferences.html"))
second6.xID = "drilling_user_preferences"
second7 = insDoc(first20, gLnk("R", "Default Formatting Preferences", "default_formatting_user_preferences.html"))
second7.xID = "default_formatting_user_preferences"
second8 = insDoc(first20, gLnk("R", "OLAP Server Preferences", "olap_server_user_preferences.html"))
second8.xID = "olap_server_user_preferences"
second9 = insFld(first20, gFld("Database Preferences", "databases_user_preferences.html"))
second9.xID = "databases_user_preferences"
third1 = insDoc(second9, gLnk("R", "Alias Tables", "ch20s09s01.html"))
third1.xID = "ch20s09s01"
third2 = insDoc(second9, gLnk("R", "Setting Alias Tables and Default Logon Method", "setting_alias_tables.html"))
third2.xID = "setting_alias_tables"
second10 = insFld(first20, gFld("POV Definitions", "point_of_view_user_preferences.html"))
second10.xID = "point_of_view_user_preferences"
third1 = insDoc(second10, gLnk("R", "Generic and Specific Documents", "ch20s10s01.html"))
third1.xID = "ch20s10s01"
third2 = insDoc(second10, gLnk("R", "Replacing Member Selection Statements", "ch20s10s02.html"))
third2.xID = "ch20s10s02"
third3 = insDoc(second10, gLnk("R", "Default Dimension Layout and Member Selections for New Documents", "ch20s10s03.html"))
third3.xID = "ch20s10s03"
third4 = insDoc(second10, gLnk("R", "Session-based Points of View", "ch20s10s04.html"))
third4.xID = "ch20s10s04"
third5 = insDoc(second10, gLnk("R", "Reloading Documents", "ch20s10s05.html"))
third5.xID = "ch20s10s05"
third6 = insDoc(second10, gLnk("R", "POV Definitions and Personal Variables", "ch20s10s06.html"))
third6.xID = "ch20s10s06"
second11 = insFld(first20, gFld("Personal Variables", "ch20s11.html"))
second11.xID = "ch20s11"
third1 = insDoc(second11, gLnk("R", "Generic and Specific Documents", "ch20s11s01.html"))
third1.xID = "ch20s11s01"
third2 = insDoc(second11, gLnk("R", "POV Definitions and Personal Variables", "ch20s11s02.html"))
third2.xID = "ch20s11s02"
first21 = insFld(foldersTree, gFld("Web Analysis Administration and Configuration", "ch21.html"))
first21.xID = "ch21"
second1 = insFld(first21, gFld("Web Analysis Configuration Options", "configuring_hyperion_hub.html"))
second1.xID = "configuring_hyperion_hub"
third1 = insDoc(second1, gLnk("R", "Controlling Result Sets", "ch21s01s01.html"))
third1.xID = "ch21s01s01"
third2 = insDoc(second1, gLnk("R", "Configuring Java Plug-in Versions", "ch21s01s02.html"))
third2.xID = "ch21s01s02"
third3 = insDoc(second1, gLnk("R", "Configuring the Repository", "ch21s01s03.html"))
third3.xID = "ch21s01s03"
third4 = insDoc(second1, gLnk("R", "Configuring Provider Services", "ch21s01s04.html"))
third4.xID = "ch21s01s04"
third5 = insDoc(second1, gLnk("R", "Considerations for Configuring Provider Services", "ch21s01s05.html"))
third5.xID = "ch21s01s05"
third6 = insDoc(second1, gLnk("R", "Resolving Essbase Subscriptions in Web Analysis", "ch21s01s06.html"))
third6.xID = "ch21s01s06"
third7 = insDoc(second1, gLnk("R", "Improving Essbase Search Performance", "ch21s01s07.html"))
third7.xID = "ch21s01s07"
third8 = insDoc(second1, gLnk("R", "Configuring a Web Analysis Mail Server", "ch21s01s08.html"))
third8.xID = "ch21s01s08"
third9 = insDoc(second1, gLnk("R", "Formatting Data Value Tool Tips", "ch21s01s09.html"))
third9.xID = "ch21s01s09"
third10 = insDoc(second1, gLnk("R", "Setting Web Analysis to Log Queries", "ch21s01s10.html"))
third10.xID = "ch21s01s10"
third11 = insDoc(second1, gLnk("R", "Exporting Raw Data Values to Excel", "ch21s01s11.html"))
third11.xID = "ch21s01s11"
third12 = insDoc(second1, gLnk("R", "Configuring MS Office to Support Web Analysis", "ch21s01s12.html"))
third12.xID = "ch21s01s12"
third13 = insDoc(second1, gLnk("R", "Configuring SQL Server Analysis Services 2000 with Web Analysis", "ch21s01s13.html"))
third13.xID = "ch21s01s13"
third14 = insDoc(second1, gLnk("R", "Restricting Users from Selecting Multiple Members in Filters", "ch21s01s14.html"))
third14.xID = "ch21s01s14"
third15 = insFld(second1, gFld("Configuring Default Print Behavior", "ch21s01s15.html"))
third15.xID = "ch21s01s15"
fourth1 = insDoc(third15, gLnk("R", "PDF Print Behavior", "ch21s01s15s01.html"))
fourth1.xID = "ch21s01s15s01"
fourth2 = insDoc(third15, gLnk("R", "HTML Print Behavior", "ch21s01s15s02.html"))
fourth2.xID = "ch21s01s15s02"
third16 = insDoc(second1, gLnk("R", "Limiting Web Analysis Studio Shortcut Menu Options", "ch21s01s16.html"))
third16.xID = "ch21s01s16"
third17 = insDoc(second1, gLnk("R", "Controlling Sizes of Web Analysis Documents that are Exported to Excel", "ch21s01s17.html"))
third17.xID = "ch21s01s17"
second2 = insDoc(first21, gLnk("R", "Defining the Behavior of Drill Link Reports When the Target Report is Closed", "ch21s02.html"))
second2.xID = "ch21s02"
second3 = insFld(first21, gFld("Web Analysis Utilities", "ch21s03.html"))
second3.xID = "ch21s03"
third1 = insDoc(second3, gLnk("R", "Repository Password Encryption Utility", "ch21s03s01.html"))
third1.xID = "ch21s03s01"
third2 = insFld(second3, gFld("Web Analysis Configuration Test Servlet", "ch21s03s02.html"))
third2.xID = "ch21s03s02"
fourth1 = insDoc(third2, gLnk("R", "List Environment Variables", "ch21s03s02s01.html"))
fourth1.xID = "ch21s03s02s01"
fourth2 = insDoc(third2, gLnk("R", "View Web Analysis Property Files", "ch21s03s02s02.html"))
fourth2.xID = "ch21s03s02s02"
fourth3 = insDoc(third2, gLnk("R", "Services Framework Test", "ch21s03s02s03.html"))
fourth3.xID = "ch21s03s02s03"
fourth4 = insDoc(third2, gLnk("R", "Test Pages for Essbase, Financial Management, and SAP BW ODBO", "ch21s03s02s04.html"))
fourth4.xID = "ch21s03s02s04"
second4 = insDoc(first21, gLnk("R", "Changing Web Analysis Ports", "ch21s04.html"))
second4.xID = "ch21s04"
second5 = insDoc(first21, gLnk("R", "Improving Web Analysis Studio Responsiveness", "ch21s05.html"))
second5.xID = "ch21s05"
second6 = insDoc(first21, gLnk("R", "Improving Web Analysis Studio Performance", "ch21s06.html"))
second6.xID = "ch21s06"
second7 = insFld(first21, gFld("Importing ARU Files to Set User and Active Preferences", "ch21s07.html"))
second7.xID = "ch21s07"
third1 = insDoc(second7, gLnk("R", "Processing Order", "ch21s07s01.html"))
third1.xID = "ch21s07s01"
third2 = insDoc(second7, gLnk("R", "Importing ARU Files", "ch21s07s02.html"))
third2.xID = "ch21s07s02"
third3 = insDoc(second7, gLnk("R", "ARU Import File Format Supported Tags", "ch21s07s03.html"))
third3.xID = "ch21s07s03"
third4 = insDoc(second7, gLnk("R", "Creating Personal Variables", "ch21s07s04.html"))
third4.xID = "ch21s07s04"
third5 = insDoc(second7, gLnk("R", "Removing Personal Variables", "ch21s07s05.html"))
third5.xID = "ch21s07s05"
third6 = insDoc(second7, gLnk("R", "Creating POV Definitions", "ch21s07s06.html"))
third6.xID = "ch21s07s06"
third7 = insDoc(second7, gLnk("R", "Removing POV Definitions", "ch21s07s07.html"))
third7.xID = "ch21s07s07"
third8 = insDoc(second7, gLnk("R", "Adding Personal Database Connections", "ch21s07s08.html"))
third8.xID = "ch21s07s08"
third9 = insDoc(second7, gLnk("R", "Setting User Preferences", "ch21s07s09.html"))
third9.xID = "ch21s07s09"
third10 = insDoc(second7, gLnk("R", "Setting Active Preferences", "ch21s07s10.html"))
third10.xID = "ch21s07s10"
second8 = insFld(first21, gFld("Rename Utility", "ch21s08.html"))
second8.xID = "ch21s08"
third1 = insDoc(second8, gLnk("R", "Rename Utility Important Considerations", "ch21s08s01.html"))
third1.xID = "ch21s08s01"
third2 = insDoc(second8, gLnk("R", "Rename Utility Files", "ch21s08s02.html"))
third2.xID = "ch21s08s02"
third3 = insDoc(second8, gLnk("R", "Rename Utility Installation", "ch21s08s03.html"))
third3.xID = "ch21s08s03"
third4 = insDoc(second8, gLnk("R", "Rename Utility Map File", "ch21s08s04.html"))
third4.xID = "ch21s08s04"
third5 = insDoc(second8, gLnk("R", "Using the Rename Utility", "ch21s08s05.html"))
third5.xID = "ch21s08s05"
third6 = insDoc(second8, gLnk("R", "Renamer.properties", "ch21s08s06.html"))
third6.xID = "ch21s08s06"
first22 = insDoc(foldersTree, gLnk("R", "Glossary", "go01.html"))
first22.xID = "go01"