// 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("SQR Production Reporting Language Help")

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

first1 = insFld(foldersTree, gFld("Introduction", "ch01.html"))
first1.xID = "ch01"
second1 = insFld(first1, gFld("About the SQR Production Reporting Language", "launch.html"))
second1.xID = "launch"
third1 = insDoc(second1, gLnk("R", "SQR Production Reporting Language Program Structure", "ch01s01s01.html"))
third1.xID = "ch01s01s01"
third2 = insDoc(second1, gLnk("R", "SQR Production Reporting Language Syntax Conventions", "ch01s01s02.html"))
third2.xID = "ch01s01s02"
third3 = insDoc(second1, gLnk("R", "SQR Production Reporting Language Syntax Abbreviation Conventions", "ch01s01s03.html"))
third3.xID = "ch01s01s03"
third4 = insDoc(second1, gLnk("R", "Rules for Entering SQR Production Reporting Commands", "ch01s01s04.html"))
third4.xID = "ch01s01s04"
second2 = insFld(first1, gFld("SQR Production Reporting Data Elements", "ch01s02.html"))
second2.xID = "ch01s02"
third1 = insDoc(second2, gLnk("R", "Columns", "ch01s02s01.html"))
third1.xID = "ch01s02s01"
third2 = insDoc(second2, gLnk("R", "Literals", "ch01s02s02.html"))
third2.xID = "ch01s02s02"
third3 = insFld(second2, gFld("Variables", "ch01s02s03.html"))
third3.xID = "ch01s02s03"
fourth1 = insDoc(third3, gLnk("R", "Variable Rules", "ch01s02s03s01.html"))
fourth1.xID = "ch01s02s03s01"
fourth2 = insDoc(third3, gLnk("R", "List Variables", "ch01s02s03s02.html"))
fourth2.xID = "ch01s02s03s02"
fourth3 = insDoc(third3, gLnk("R", "SQR Production Reporting Reserved Variables", "ch01s02s03s03.html"))
fourth3.xID = "ch01s02s03s03"
first2 = insFld(foldersTree, gFld("SQR Production Reporting Command-line", "ch02.html"))
first2.xID = "ch02"
second1 = insDoc(first2, gLnk("R", "SQR Production Reporting Command-line Flags", "ch02s01.html"))
second1.xID = "ch02s01"
second2 = insDoc(first2, gLnk("R", "SQR Production Reporting Command-line Arguments", "ch02s02.html"))
second2.xID = "ch02s02"
first3 = insFld(foldersTree, gFld("SQR Production Reporting Commands", "ch03.html"))
first3.xID = "ch03"
second1 = insDoc(first3, gLnk("R", "About SQR Production Reporting Commands", "ch03s01.html"))
second1.xID = "ch03s01"
second2 = insDoc(first3, gLnk("R", "ADD", "add.html"))
second2.xID = "add"
second3 = insDoc(first3, gLnk("R", "ALTER-COLOR-MAP", "alter_color_map.html"))
second3.xID = "alter_color_map"
second4 = insDoc(first3, gLnk("R", "ALTER-CONNECTION", "alter_connection.html"))
second4.xID = "alter_connection"
second5 = insDoc(first3, gLnk("R", "ALTER-LOCALE", "alter_locale.html"))
second5.xID = "alter_locale"
second6 = insDoc(first3, gLnk("R", "ALTER-PRINTER", "alter_printer.html"))
second6.xID = "alter_printer"
second7 = insDoc(first3, gLnk("R", "ALTER-REPORT", "alter_report.html"))
second7.xID = "alter_report"
second8 = insDoc(first3, gLnk("R", "ARRAY-ADD, ARRAY-DIVIDE, ARRAY-MULTIPLY, ARRAY‑SUBTRACT", "array_subtract.html"))
second8.xID = "array_subtract"
second9 = insDoc(first3, gLnk("R", "ASK", "ask.html"))
second9.xID = "ask"
second10 = insDoc(first3, gLnk("R", "BEGIN-DOCUMENT", "begin_document.html"))
second10.xID = "begin_document"
second11 = insDoc(first3, gLnk("R", "BEGIN-EXECUTE", "begin_execute.html"))
second11.xID = "begin_execute"
second12 = insDoc(first3, gLnk("R", "BEGIN-FOOTING", "begin_footing.html"))
second12.xID = "begin_footing"
second13 = insDoc(first3, gLnk("R", "BEGIN-HEADING", "begin_heading.html"))
second13.xID = "begin_heading"
second14 = insDoc(first3, gLnk("R", "BEGIN-PROCEDURE", "begin_procedure.html"))
second14.xID = "begin_procedure"
second15 = insDoc(first3, gLnk("R", "BEGIN-PROGRAM", "begin_program.html"))
second15.xID = "begin_program"
second16 = insDoc(first3, gLnk("R", "BEGIN-SELECT", "begin_select.html"))
second16.xID = "begin_select"
second17 = insDoc(first3, gLnk("R", "BEGIN-SETUP", "begin_setup.html"))
second17.xID = "begin_setup"
second18 = insDoc(first3, gLnk("R", "BEGIN-SQL", "begin_sql.html"))
second18.xID = "begin_sql"
second19 = insDoc(first3, gLnk("R", "BREAK", "break.html"))
second19.xID = "break"
second20 = insDoc(first3, gLnk("R", "CALL, CALL SYSTEM", "call_system.html"))
second20.xID = "call_system"
second21 = insDoc(first3, gLnk("R", "CLEAR-ARRAY", "clear_array.html"))
second21.xID = "clear_array"
second22 = insDoc(first3, gLnk("R", "CLOSE", "close.html"))
second22.xID = "close"
second23 = insDoc(first3, gLnk("R", "COLUMNS", "columns.html"))
second23.xID = "columns"
second24 = insDoc(first3, gLnk("R", "COMMIT", "commit.html"))
second24.xID = "commit"
second25 = insDoc(first3, gLnk("R", "CONCAT", "concat.html"))
second25.xID = "concat"
second26 = insDoc(first3, gLnk("R", "CONNECT", "connect.html"))
second26.xID = "connect"
second27 = insDoc(first3, gLnk("R", "CREATE-ARRAY", "create_array.html"))
second27.xID = "create_array"
second28 = insDoc(first3, gLnk("R", "CREATE-COLOR-PALETTE", "create_color_palette.html"))
second28.xID = "create_color_palette"
second29 = insDoc(first3, gLnk("R", "CREATE-LIST", "create_list.html"))
second29.xID = "create_list"
second30 = insDoc(first3, gLnk("R", "#DEBUG", "debug.html"))
second30.xID = "debug"
second31 = insFld(first3, gFld("DECLARE-CHART", "declare_chart.html"))
second31.xID = "declare_chart"
third1 = insFld(second31, gFld("Attributes Argument", "ch03s31s01.html"))
third1.xID = "ch03s31s01"
fourth1 = insDoc(third1, gLnk("R", "Selector/Sub-Selector Keywords", "ch03s31s01s01.html"))
fourth1.xID = "ch03s31s01s01"
fourth2 = insDoc(third1, gLnk("R", "Declaration Keywords", "ch03s31s01s02.html"))
fourth2.xID = "ch03s31s01s02"
fourth3 = insDoc(third1, gLnk("R", "Selector/Sub-Selector - Declaration Keyword Combinations", "ch03s31s01s03.html"))
fourth3.xID = "ch03s31s01s03"
fourth4 = insDoc(third1, gLnk("R", "Sub-Selector - Declaration Keyword Value Ranges", "ch03s31s01s04.html"))
fourth4.xID = "ch03s31s01s04"
second32 = insDoc(first3, gLnk("R", "DECLARE-COLOR-MAP", "declare_color_map.html"))
second32.xID = "declare_color_map"
second33 = insDoc(first3, gLnk("R", "DECLARE-CONNECTION", "declare_connection.html"))
second33.xID = "declare_connection"
second34 = insDoc(first3, gLnk("R", "DECLARE-IMAGE", "declare_image.html"))
second34.xID = "declare_image"
second35 = insDoc(first3, gLnk("R", "DECLARE-LAYOUT", "declare_layout.html"))
second35.xID = "declare_layout"
second36 = insDoc(first3, gLnk("R", "DECLARE-PRINTER", "declare_printer.html"))
second36.xID = "declare_printer"
second37 = insDoc(first3, gLnk("R", "DECLARE-PROCEDURE", "declare_procedure.html"))
second37.xID = "declare_procedure"
second38 = insDoc(first3, gLnk("R", "DECLARE-REPORT", "declare_report.html"))
second38.xID = "declare_report"
second39 = insDoc(first3, gLnk("R", "DECLARE-TOC", "declare_toc.html"))
second39.xID = "declare_toc"
second40 = insDoc(first3, gLnk("R", "DECLARE-VARIABLE", "declare_variable.html"))
second40.xID = "declare_variable"
second41 = insDoc(first3, gLnk("R", "#DEFINE", "define.html"))
second41.xID = "define"
second42 = insDoc(first3, gLnk("R", "DISPLAY", "display.html"))
second42.xID = "display"
second43 = insDoc(first3, gLnk("R", "DIVIDE", "divide.html"))
second43.xID = "divide"
second44 = insDoc(first3, gLnk("R", "DO", "do.html"))
second44.xID = "do"
second45 = insDoc(first3, gLnk("R", "DRAW", "draw.html"))
second45.xID = "draw"
second46 = insDoc(first3, gLnk("R", "#ELSE", "else_cd.html"))
second46.xID = "else_cd"
second47 = insDoc(first3, gLnk("R", "ELSE", "else.html"))
second47.xID = "else"
second48 = insDoc(first3, gLnk("R", "ENCODE", "encode.html"))
second48.xID = "encode"
second49 = insDoc(first3, gLnk("R", "END-DECLARE, END-DOCUMENT, END-EVALUATE, END‑FOOTING, END‑HEADING", "end_heading.html"))
second49.xID = "end_heading"
second50 = insDoc(first3, gLnk("R", "#END-IF, #ENDIF", "endif_cd.html"))
second50.xID = "endif_cd"
second51 = insDoc(first3, gLnk("R", "END-IF", "end_if.html"))
second51.xID = "end_if"
second52 = insDoc(first3, gLnk("R", "END-PROCEDURE, END-PROGRAM, END-SELECT, END‑SETUP, END-SQL, END‑WHILE, END-EXECUTE", "end_execute.html"))
second52.xID = "end_execute"
second53 = insDoc(first3, gLnk("R", "EVALUATE", "evaluate.html"))
second53.xID = "evaluate"
second54 = insDoc(first3, gLnk("R", "EXECUTE", "execute.html"))
second54.xID = "execute"
second55 = insDoc(first3, gLnk("R", "EXIT-SELECT", "exit_select.html"))
second55.xID = "exit_select"
second56 = insDoc(first3, gLnk("R", "EXTRACT", "extract.html"))
second56.xID = "extract"
second57 = insDoc(first3, gLnk("R", "FIND", "find.html"))
second57.xID = "find"
second58 = insDoc(first3, gLnk("R", "GET", "get.html"))
second58.xID = "get"
second59 = insDoc(first3, gLnk("R", "GET-COLOR", "get_color.html"))
second59.xID = "get_color"
second60 = insDoc(first3, gLnk("R", "GOTO", "goto.html"))
second60.xID = "goto"
second61 = insDoc(first3, gLnk("R", "#IF", "if_cd.html"))
second61.xID = "if_cd"
second62 = insDoc(first3, gLnk("R", "IF", "if.html"))
second62.xID = "if"
second63 = insDoc(first3, gLnk("R", "#IFDEF", "ifdef.html"))
second63.xID = "ifdef"
second64 = insDoc(first3, gLnk("R", "#IFNDEF", "ifndef.html"))
second64.xID = "ifndef"
second65 = insDoc(first3, gLnk("R", "#INCLUDE", "include.html"))
second65.xID = "include"
second66 = insDoc(first3, gLnk("R", "INPUT", "input.html"))
second66.xID = "input"
second67 = insDoc(first3, gLnk("R", "LAST-PAGE", "last_page.html"))
second67.xID = "last_page"
second68 = insFld(first3, gFld("LET", "let.html"))
second68.xID = "let"
third1 = insDoc(second68, gLnk("R", "Operands", "ch03s68s01.html"))
third1.xID = "ch03s68s01"
third2 = insFld(second68, gFld("Operators", "ch03s68s02.html"))
third2.xID = "ch03s68s02"
fourth1 = insDoc(third2, gLnk("R", "Bit-Wise Operators", "ch03s68s02s01.html"))
fourth1.xID = "ch03s68s02s01"
third3 = insFld(second68, gFld("Functions", "ch03s68s03.html"))
third3.xID = "ch03s68s03"
fourth1 = insDoc(third3, gLnk("R", "Numeric Functions", "ch03s68s03s01.html"))
fourth1.xID = "ch03s68s03s01"
fourth2 = insDoc(third3, gLnk("R", "File-Related Functions", "ch03s68s03s02.html"))
fourth2.xID = "ch03s68s03s02"
fourth3 = insDoc(third3, gLnk("R", "String Functions", "ch03s68s03s03.html"))
fourth3.xID = "ch03s68s03s03"
fourth4 = insDoc(third3, gLnk("R", "Date Functions", "ch03s68s03s04.html"))
fourth4.xID = "ch03s68s03s04"
fourth5 = insDoc(third3, gLnk("R", "Unicode Functions", "ch03s68s03s05.html"))
fourth5.xID = "ch03s68s03s05"
fourth6 = insDoc(third3, gLnk("R", "Miscellaneous Functions", "ch03s68s03s06.html"))
fourth6.xID = "ch03s68s03s06"
fourth7 = insDoc(third3, gLnk("R", "Writing Custom Functions", "ch03s68s03s07.html"))
fourth7.xID = "ch03s68s03s07"
second69 = insDoc(first3, gLnk("R", "LOAD‑LOOKUP", "load_lookup.html"))
second69.xID = "load_lookup"
second70 = insDoc(first3, gLnk("R", "LOOKUP", "lookup.html"))
second70.xID = "lookup"
second71 = insDoc(first3, gLnk("R", "LOWERCASE", "lowercase.html"))
second71.xID = "lowercase"
second72 = insDoc(first3, gLnk("R", "MBTOSBS", "mbtosbs.html"))
second72.xID = "mbtosbs"
second73 = insDoc(first3, gLnk("R", "MOVE", "move.html"))
second73.xID = "move"
second74 = insDoc(first3, gLnk("R", "MULTIPLY", "multiply.html"))
second74.xID = "multiply"
second75 = insDoc(first3, gLnk("R", "NEW-PAGE", "new_page.html"))
second75.xID = "new_page"
second76 = insDoc(first3, gLnk("R", "NEW-REPORT", "new_report.html"))
second76.xID = "new_report"
second77 = insDoc(first3, gLnk("R", "NEXT-COLUMN", "next_column.html"))
second77.xID = "next_column"
second78 = insDoc(first3, gLnk("R", "NEXT-LISTING", "next_listing.html"))
second78.xID = "next_listing"
second79 = insDoc(first3, gLnk("R", "OPEN", "open.html"))
second79.xID = "open"
second80 = insDoc(first3, gLnk("R", "PAGE-NUMBER", "page_number.html"))
second80.xID = "page_number"
second81 = insDoc(first3, gLnk("R", "POSITION", "position.html"))
second81.xID = "position"
second82 = insFld(first3, gFld("PRINT", "print.html"))
second82.xID = "print"
third1 = insDoc(second82, gLnk("R", "BOLD", "ch03s82s01.html"))
third1.xID = "ch03s82s01"
third2 = insDoc(second82, gLnk("R", "BOX", "ch03s82s02.html"))
third2.xID = "ch03s82s02"
third3 = insDoc(second82, gLnk("R", "BOX-FILL-COLOR", "ch03s82s03.html"))
third3.xID = "ch03s82s03"
third4 = insDoc(second82, gLnk("R", "BOX-LINE-COLOR", "ch03s82s04.html"))
third4.xID = "ch03s82s04"
third5 = insDoc(second82, gLnk("R", "CENTER", "ch03s82s05.html"))
third5.xID = "ch03s82s05"
third6 = insDoc(second82, gLnk("R", "CENTER-WITHIN", "ch03s82s06.html"))
third6.xID = "ch03s82s06"
third7 = insDoc(second82, gLnk("R", "CODE-PRINTER", "ch03s82s07.html"))
third7.xID = "ch03s82s07"
third8 = insDoc(second82, gLnk("R", "DATE", "ch03s82s08.html"))
third8.xID = "ch03s82s08"
third9 = insDoc(second82, gLnk("R", "DELAY", "ch03s82s09.html"))
third9.xID = "ch03s82s09"
third10 = insFld(second82, gFld("EDIT", "ch03s82s10.html"))
third10.xID = "ch03s82s10"
fourth1 = insDoc(third10, gLnk("R", "Text Edit Format Characters", "ch03s82s10s01.html"))
fourth1.xID = "ch03s82s10s01"
fourth2 = insDoc(third10, gLnk("R", "Numeric Edit Format Characters", "ch03s82s10s02.html"))
fourth2.xID = "ch03s82s10s02"
fourth3 = insDoc(third10, gLnk("R", "Date Edit Format Characters", "ch03s82s10s03.html"))
fourth3.xID = "ch03s82s10s03"
fourth4 = insDoc(third10, gLnk("R", "Edit Masks", "ch03s82s10s04.html"))
fourth4.xID = "ch03s82s10s04"
fourth5 = insDoc(third10, gLnk("R", "Sample Edit Masks", "ch03s82s10s05.html"))
fourth5.xID = "ch03s82s10s05"
fourth6 = insDoc(third10, gLnk("R", "Uses of Edit Masks", "ch03s82s10s06.html"))
fourth6.xID = "ch03s82s10s06"
fourth7 = insDoc(third10, gLnk("R", "Edit Masks with Specified Width Value", "ch03s82s10s07.html"))
fourth7.xID = "ch03s82s10s07"
fourth8 = insDoc(third10, gLnk("R", "Default Formats", "ch03s82s10s08.html"))
fourth8.xID = "ch03s82s10s08"
third11 = insDoc(second82, gLnk("R", "FILL", "ch03s82s11.html"))
third11.xID = "ch03s82s11"
third12 = insDoc(second82, gLnk("R", "FONT", "ch03s82s12.html"))
third12.xID = "ch03s82s12"
third13 = insDoc(second82, gLnk("R", "FOREGROUND/BACKGROUND", "ch03s82s13.html"))
third13.xID = "ch03s82s13"
third14 = insDoc(second82, gLnk("R", "ITALIC", "ch03s82s14.html"))
third14.xID = "ch03s82s14"
third15 = insDoc(second82, gLnk("R", "MATCH", "ch03s82s15.html"))
third15.xID = "ch03s82s15"
third16 = insDoc(second82, gLnk("R", "MONEY", "ch03s82s16.html"))
third16.xID = "ch03s82s16"
third17 = insDoc(second82, gLnk("R", "NOP", "ch03s82s17.html"))
third17.xID = "ch03s82s17"
third18 = insDoc(second82, gLnk("R", "NUMBER", "ch03s82s18.html"))
third18.xID = "ch03s82s18"
third19 = insDoc(second82, gLnk("R", "ON-BREAK", "ch03s82s19.html"))
third19.xID = "ch03s82s19"
third20 = insDoc(second82, gLnk("R", "POINT-SIZE", "ch03s82s20.html"))
third20.xID = "ch03s82s20"
third21 = insDoc(second82, gLnk("R", "SHADE", "ch03s82s21.html"))
third21.xID = "ch03s82s21"
third22 = insDoc(second82, gLnk("R", "UNDERLINE", "ch03s82s22.html"))
third22.xID = "ch03s82s22"
third23 = insDoc(second82, gLnk("R", "URL", "ch03s82s23.html"))
third23.xID = "ch03s82s23"
third24 = insDoc(second82, gLnk("R", "URL-TARGET", "ch03s82s24.html"))
third24.xID = "ch03s82s24"
third25 = insDoc(second82, gLnk("R", "WRAP", "ch03s82s25.html"))
third25.xID = "ch03s82s25"
second83 = insDoc(first3, gLnk("R", "PRINT-BAR-CODE", "print_bar_code.html"))
second83.xID = "print_bar_code"
second84 = insDoc(first3, gLnk("R", "PRINT-CHART", "print_chart.html"))
second84.xID = "print_chart"
second85 = insDoc(first3, gLnk("R", "PRINT-DIRECT", "print_direct.html"))
second85.xID = "print_direct"
second86 = insDoc(first3, gLnk("R", "PRINT-IMAGE", "print_image.html"))
second86.xID = "print_image"
second87 = insDoc(first3, gLnk("R", "PUT", "put.html"))
second87.xID = "put"
second88 = insDoc(first3, gLnk("R", "READ", "read.html"))
second88.xID = "read"
second89 = insDoc(first3, gLnk("R", "ROLLBACK", "rollback.html"))
second89.xID = "rollback"
second90 = insDoc(first3, gLnk("R", "SBTOMBS", "sbtombs.html"))
second90.xID = "sbtombs"
second91 = insDoc(first3, gLnk("R", "SECURITY", "security.html"))
second91.xID = "security"
second92 = insDoc(first3, gLnk("R", "SET-COLOR", "set_color.html"))
second92.xID = "set_color"
second93 = insDoc(first3, gLnk("R", "SET-DELAY-PRINT", "set_delay_print.html"))
second93.xID = "set_delay_print"
second94 = insDoc(first3, gLnk("R", "SHOW", "show.html"))
second94.xID = "show"
second95 = insDoc(first3, gLnk("R", "STOP", "stop.html"))
second95.xID = "stop"
second96 = insDoc(first3, gLnk("R", "STRING", "string.html"))
second96.xID = "string"
second97 = insDoc(first3, gLnk("R", "SUBTRACT", "subtract.html"))
second97.xID = "subtract"
second98 = insDoc(first3, gLnk("R", "TOC-ENTRY", "toc_entry.html"))
second98.xID = "toc_entry"
second99 = insDoc(first3, gLnk("R", "UNSTRING", "unstring.html"))
second99.xID = "unstring"
second100 = insDoc(first3, gLnk("R", "UPPERCASE", "uppercase.html"))
second100.xID = "uppercase"
second101 = insDoc(first3, gLnk("R", "USE", "use.html"))
second101.xID = "use"
second102 = insDoc(first3, gLnk("R", "USE-COLUMN", "use_column.html"))
second102.xID = "use_column"
second103 = insDoc(first3, gLnk("R", "USE-PRINTER-TYPE", "use_printer_type.html"))
second103.xID = "use_printer_type"
second104 = insDoc(first3, gLnk("R", "USE-PROCEDURE", "use_procedure.html"))
second104.xID = "use_procedure"
second105 = insDoc(first3, gLnk("R", "USE-REPORT", "use_report.html"))
second105.xID = "use_report"
second106 = insDoc(first3, gLnk("R", "WHILE", "while.html"))
second106.xID = "while"
second107 = insDoc(first3, gLnk("R", "WRITE", "write.html"))
second107.xID = "write"
first4 = insFld(foldersTree, gFld("HTML Procedures", "ch04.html"))
first4.xID = "ch04"
second1 = insDoc(first4, gLnk("R", "About HTML Procedures", "ch04s01.html"))
second1.xID = "ch04s01"
second2 = insDoc(first4, gLnk("R", "HTML General Purpose Procedures", "ch04s02.html"))
second2.xID = "ch04s02"
second3 = insDoc(first4, gLnk("R", "HTML Heading Procedures", "ch04s03.html"))
second3.xID = "ch04s03"
second4 = insDoc(first4, gLnk("R", "HTML Highlighting Procedures", "ch04s04.html"))
second4.xID = "ch04s04"
second5 = insDoc(first4, gLnk("R", "HTML Hypertext Link Procedures", "ch04s05.html"))
second5.xID = "ch04s05"
second6 = insDoc(first4, gLnk("R", "HTML List Procedures", "ch04s06.html"))
second6.xID = "ch04s06"
second7 = insDoc(first4, gLnk("R", "HTML Table Procedures", "ch04s07.html"))
second7.xID = "ch04s07"
first5 = insFld(foldersTree, gFld("Encoding in SQR Production Reporting", "ch05.html"))
first5.xID = "ch05"
second1 = insDoc(first5, gLnk("R", "Encoding Methods", "ch05s01.html"))
second1.xID = "ch05s01"
second2 = insFld(first5, gFld("Encoding Keys in SQR.INI", "ch05s02.html"))
second2.xID = "ch05s02"
third1 = insFld(second2, gFld("Encoding Keys in the [Default-Settings] Section", "ch05s02s01.html"))
third1.xID = "ch05s02s01"
fourth1 = insDoc(third1, gLnk("R", "UseUnicodeInternal Key", "ch05s02s01s01.html"))
fourth1.xID = "ch05s02s01s01"
fourth2 = insDoc(third1, gLnk("R", "AutoDetectUnicodeFiles Key", "ch05s02s01s02.html"))
fourth2.xID = "ch05s02s01s02"
fourth3 = insDoc(third1, gLnk("R", "Substitution-Character Key", "ch05s02s01s03.html"))
fourth3.xID = "ch05s02s01s03"
third2 = insDoc(second2, gLnk("R", "Encoding Keys in the [Environment] Section", "ch05s02s02.html"))
third2.xID = "ch05s02s02"
second3 = insDoc(first5, gLnk("R", "Encodings Supported without Using Unicode Internally", "ch05s03.html"))
second3.xID = "ch05s03"
second4 = insDoc(first5, gLnk("R", "Encodings Supported in SQR Production Reporting", "ch05s04.html"))
second4.xID = "ch05s04"
first6 = insFld(foldersTree, gFld("SQR.INI", "ch06.html"))
first6.xID = "ch06"
second1 = insFld(first6, gFld("Installation of SQR.INI", "ch06s01.html"))
second1.xID = "ch06s01"
third1 = insDoc(second1, gLnk("R", "For Windows Platforms Only", "ch06s01s01.html"))
third1.xID = "ch06s01s01"
third2 = insDoc(second1, gLnk("R", "For All Other Platforms", "ch06s01s02.html"))
third2.xID = "ch06s01s02"
second2 = insDoc(first6, gLnk("R", "[Default-Settings] Section", "ch06s02.html"))
second2.xID = "ch06s02"
second3 = insFld(first6, gFld("[Environment: environment] Section", "ch06s03.html"))
second3.xID = "ch06s03"
third1 = insDoc(second3, gLnk("R", "Using the Java Virtual Machine", "ch06s03s01.html"))
third1.xID = "ch06s03s01"
third2 = insDoc(second3, gLnk("R", "DDO Variables", "ch06s03s02.html"))
third2.xID = "ch06s03s02"
third3 = insDoc(second3, gLnk("R", "Encoding Keys", "ch06s03s03.html"))
third3.xID = "ch06s03s03"
second4 = insDoc(first6, gLnk("R", "[SQR Extension] Section", "ch06s04.html"))
second4.xID = "ch06s04"
second5 = insDoc(first6, gLnk("R", "[Locale:local-name] Section", "ch06s05.html"))
second5.xID = "ch06s05"
second6 = insFld(first6, gFld("[Fonts] Section", "ch06s06.html"))
second6.xID = "ch06s06"
third1 = insDoc(second6, gLnk("R", "Adding [Fonts] Entries", "ch06s06s01.html"))
third1.xID = "ch06s06s01"
third2 = insDoc(second6, gLnk("R", "Specifying Character Sets in Windows", "ch06s06s02.html"))
third2.xID = "ch06s06s02"
second7 = insFld(first6, gFld("[PDF Fonts] Section", "ch06s07.html"))
second7.xID = "ch06s07"
third1 = insDoc(second7, gLnk("R", "Embedding Fonts", "ch06s07s01.html"))
third1.xID = "ch06s07s01"
third2 = insDoc(second7, gLnk("R", "Available Fonts", "ch06s07s02.html"))
third2.xID = "ch06s07s02"
second8 = insDoc(first6, gLnk("R", "[PDF Settings] Section", "ch06s08.html"))
second8.xID = "ch06s08"
second9 = insDoc(first6, gLnk("R", "[HTML Fonts] Section", "ch06s09.html"))
second9.xID = "ch06s09"
second10 = insDoc(first6, gLnk("R", "[HTML:Images] Section", "ch06s10.html"))
second10.xID = "ch06s10"
second11 = insDoc(first6, gLnk("R", "[Enhanced-HTML] Section", "ch06s11.html"))
second11.xID = "ch06s11"
second12 = insDoc(first6, gLnk("R", "[Color Map] Section", "ch06s12.html"))
second12.xID = "ch06s12"
second13 = insDoc(first6, gLnk("R", "[MAP-ODBC-DB] Section", "ch06s13.html"))
second13.xID = "ch06s13"
second14 = insDoc(first6, gLnk("R", "[MAP-DDO-DB] Section", "ch06s14.html"))
second14.xID = "ch06s14"
second15 = insDoc(first6, gLnk("R", "[SQR Remote] Section", "ch06s15.html"))
second15.xID = "ch06s15"
first7 = insFld(foldersTree, gFld("SQR Production Reporting Messages", "ch07.html"))
first7.xID = "ch07"
second1 = insDoc(first7, gLnk("R", "Unnumbered Messages", "ch07s01.html"))
second1.xID = "ch07s01"
second2 = insDoc(first7, gLnk("R", "Numbered Messages", "ch07s02.html"))
second2.xID = "ch07s02"
first8 = insFld(foldersTree, gFld("Deprecated Information", "apa.html"))
first8.xID = "apa"
second1 = insDoc(first8, gLnk("R", "Deprecated SQR Production Reporting Command-line Flags", "apas01.html"))
second1.xID = "apas01"
second2 = insFld(first8, gFld("Deprecated SQR.INI Entries", "apas02.html"))
second2.xID = "apas02"
third1 = insDoc(second2, gLnk("R", "Values for the FullHTML Keyword in the [Enhanced-HTML] Section", "apas02s01.html"))
third1.xID = "apas02s01"
third2 = insDoc(second2, gLnk("R", "[Processing-Limits] Section", "apas02s02.html"))
third2.xID = "apas02s02"
third3 = insDoc(second2, gLnk("R", "Values for PDFCompressionText and PDFCompressionGraphics in the [Default-Settings] Section", "apas02s03.html"))
third3.xID = "apas02s03"
second3 = insDoc(first8, gLnk("R", "Deprecated Transforms", "apas03.html"))
second3.xID = "apas03"
second4 = insDoc(first8, gLnk("R", "Deprecated SQR Production Reporting Commands", "apas04.html"))
second4.xID = "apas04"
second5 = insDoc(first8, gLnk("R", "BEGIN-REPORT", "begin_report.html"))
second5.xID = "begin_report"
second6 = insDoc(first8, gLnk("R", "DATE-TIME", "date_time.html"))
second6.xID = "date_time"
second7 = insDoc(first8, gLnk("R", "DECLARE PRINTER", "declare_printer_old.html"))
second7.xID = "declare_printer_old"
second8 = insDoc(first8, gLnk("R", "DECLARE PROCEDURE", "declare_procedure_old.html"))
second8.xID = "declare_procedure_old"
second9 = insDoc(first8, gLnk("R", "DOLLAR-SYMBOL", "dollar_symbol.html"))
second9.xID = "dollar_symbol"
second10 = insDoc(first8, gLnk("R", "GRAPHIC BOX", "graphic_box.html"))
second10.xID = "graphic_box"
second11 = insDoc(first8, gLnk("R", "GRAPHIC FONT", "graphic_font.html"))
second11.xID = "graphic_font"
second12 = insDoc(first8, gLnk("R", "GRAPHIC HORZ-LINE", "graphic_horz_line.html"))
second12.xID = "graphic_horz_line"
second13 = insDoc(first8, gLnk("R", "GRAPHIC VERT-LINE", "graphic_vert_line.html"))
second13.xID = "graphic_vert_line"
second14 = insDoc(first8, gLnk("R", "MONEY-SYMBOL", "money_symbol.html"))
second14.xID = "money_symbol"
second15 = insDoc(first8, gLnk("R", "NO-FORMFEED", "no_formfeed.html"))
second15.xID = "no_formfeed"
second16 = insDoc(first8, gLnk("R", "PAGE-SIZE", "page_size.html"))
second16.xID = "page_size"
second17 = insDoc(first8, gLnk("R", "PRINT …CODE", "print_code.html"))
second17.xID = "print_code"
second18 = insDoc(first8, gLnk("R", "PRINTER-DEINIT", "printer_deinit.html"))
second18.xID = "printer_deinit"
second19 = insDoc(first8, gLnk("R", "PRINTER-INIT", "printer_init.html"))
second19.xID = "printer_init"