var TITEMS = [ 
 ["RPGsp Reference", null, "1",
  ["About RPGsp", "index.htm", "11"],
  ["Getting Started with RPG Smart Pages", "GettingStarted.html", "1",
   ["Installing the IDE", "GettingStarted.html#install_ide", "11"],
   ["Connecting to the Host", "GettingStarted.html#connecting", "11"],
   ["Applying the Software Key", "GettingStarted.html#applying_key", "11"],
   ["Installing Server Components", "GettingStarted.html#installing_server", "1",
    ["What components are installed?", "GettingStarted.html#what_components", "1",
     ["Library for dynamic pages (or CGI programs)", "GettingStarted.html#comp_library", "11"],
     ["IFS Folder for static content", "GettingStarted.html#comp_ifs_folder", "11"],
     ["HTTP Instance", "GettingStarted.html#comp_http", "11"]
    ],
    ["What if HelloWorld doesn't launch?", "GettingStarted.html#helloworld_nolaunch", "11"]
   ],
   ["Creating a simple browser application", "GettingStarted.html#simple_browser_app", "1",
    ["Groundwork", "GettingStarted.html#groundwork", "11"],
    ["Building the application", "GettingStarted.html#building_the_app", "11"],
    ["Reviewing the code", "GettingStarted.html#reviewing_code", "11"],
    ["Customizing the look", "GettingStarted.html#customizing_look", "11"],
    ["Customizing the functionality", "GettingStarted.html#customizing_functionality", "1",
     ["Validating fields", "GettingStarted.html#validating_fields", "11"],
     ["Setting default values for a new record", "GettingStarted.html#default_values", "11"],
     ["Adding fields and files to the subfile page", "GettingStarted.html#adding_subfile_fields", "11"],
     ["Adding fields to the view record, change record, and add record pages", "GettingStarted.html#adding_form_fields", "11"],
     ["Deleting fields", "GettingStarted.html#deleting_fields", "11"],
     ["Reusing modules and service programs", "GettingStarted.html#reusing_modules", "11"],
     ["Compiling and Testing", "GettingStarted.html#compiling_testing", "11"]
    ]
   ]
  ],
  ["What is an RPG Smart Page?", "Whatis.html", "1",
   ["Typical uses for RPG Smart Pages", "Whatis.html#typical", "11"],
   ["HTML Basics", "Whatis.html#html", "1",
    ["&lt;HTML&gt; Tag", "Whatis.html#htmltag", "11"],
    ["&lt;HEAD&gt; and &lt;TITLE&gt; Tags", "Whatis.html#head", "11"],
    ["&lt;BODY&gt; Tag", "Whatis.html#body", "11"],
    ["Formatting Text", "Whatis.html#formatting", "11"],
    ["Linking to other pages", "Whatis.html#linking", "11"],
    ["Adding Images", "Whatis.html#addingimages", "11"],
    ["HTML Tables", "Whatis.html#htmltables", "11"],
    ["HTML Forms", "Whatis.html#htmlforms", "11"],
    ["Other resources for learnin HTML", "Whatis.html#other", "11"]
   ],
   ["Mixing HTML with RPG", "Whatis.html#mixing", "1",
    ["RPG scripts", "Whatis.html#rpgscripts", "11"],
    ["RPG variables (or expressions)", "Whatis.html#rpgvariables", "11"]
   ],
   ["Stateless Programming", "Whatis.html#stateless", "11"]
  ],
  ["Converting Green-Screens", "GS2Web.html", "1",
   ["Introduction", "GS2Web.html#Introduction", "11"],
   ["Getting Started", "GS2Web.html#GettingStarted", "11"],
   ["Converting an RPG Program", "GS2Web.html#ConvertRPG", "11"],
   ["Converting a CL Program", "GS2Web.html#ConvertCL", "11"],
   ["Converting Only DDS to HTML", "GS2Web.html#ConvertDDS", "11"],
   ["Mass Conversions", "GS2Web.html#Mass", "11"]
  ],
  ["Understanding Session Variables", "SessionVariables.htm", "1",
   ["What Is a Session", "SessionVariables.htm#Session", "11"],
   ["What Are Session Variables?", "SessionVariables.htm#SessionVars", "11"],
   ["Method 1 (Session Cookies)", "SessionVariables.htm#Method1", "11"],
   ["Method 2 (Database Storage)", "SessionVariables.htm#Method2", "11"]
  ],
  ["Using the IDE", "UsingIDE.htm", "1",
   ["Working with files", "WorkingWithFiles.htm", "1",
    ["Add File Dialog", "frmStart.htm", "1",
     ["New Tab", "frmStart.htm#new", "11"],
     ["Existing Tab", "frmStart.htm#existing", "11"],
     ["Wizards Tab", "frmStart.htm#wizards", "11"],
     ["Recent Tab", "frmStart.htm#recent", "11"],
     ["Code Only Mode", "frmStart.htm#codeonly", "11"]
    ],
    ["Open File Dialog", "OpenDialog.htm", "1",
     ["Opening a file/source member", "OpenDialog.htm#open", "11"],
     ["Opening multiple files/source members", "OpenDialog.htm#openmult", "11"],
     ["Code Only Mode", "OpenDialog.htm#codeonly", "11"],
     ["Deleting files, source members, and folders", "OpenDialog.htm#deleting", "11"],
     ["Renaming files and folders", "OpenDialog.htm#renaming", "11"],
     ["Changing current folder/directory", "OpenDialog.htm#changing", "11"],
     ["Creating a new folder/directory", "OpenDialog.htm#creating", "11"],
     ["Changing library and source file", "OpenDialog.htm#sourcefile", "11"],
     ["Interrupting directory listing", "OpenDialog.htm#interrupting", "11"],
     ["Timed out connection", "OpenDialog.htm#timeout", "11"]
    ],
    ["Save As Dialog", "SaveAs.htm", "1",
     ["Saving", "SaveAs.htm#saving", "11"],
     ["Changing current folder/directory", "SaveAs.htm#changing", "11"],
     ["Creating a new folder/directory", "SaveAs.htm#creating", "11"],
     ["Changing library and source file", "SaveAs.htm#sourcefile", "11"],
     ["Interrupting directory listing", "SaveAs.htm#interrupting", "11"],
     ["Timed out connection", "SaveAs.htm#timeout", "11"]
    ],
    ["Manage Files Dialog", "ManageFIles.htm", "1",
     ["Opening files/source members", "ManageFIles.htm#open", "11"],
     ["Copying files/images to the IFS", "ManageFIles.htm#copying", "11"],
     ["Deleting files, source members, and folders", "ManageFIles.htm#deleting", "11"],
     ["Renaming a file/source member or directory/folder", "ManageFIles.htm#renaming", "11"],
     ["Changing the folder/directory you are working in", "ManageFIles.htm#changing", "11"],
     ["Creating a new folder/directory", "ManageFIles.htm#creating", "11"],
     ["Changing library and source file", "ManageFIles.htm#sourcefile", "11"],
     ["Interrupting directory listing", "ManageFIles.htm#interrupting", "11"],
     ["Timed out connection", "ManageFIles.htm#timeout", "11"]
    ],
    ["Save Changes Dialog", "SaveChanges.htm", "1",
     ["Yes Button", "SaveChanges.htm#yes", "11"],
     ["No Button", "SaveChanges.htm#no", "11"],
     ["Cancel Button", "SaveChanges.htm#cancel", "11"]
    ]
   ],
   ["Menus", "Menus.htm", "1",
    ["File Menu", "FileMenu.htm", "11"],
    ["Edit Menu", "EditMenu.htm", "11"],
    ["View Menu", "ViewMenu.htm", "11"],
    ["Insert Menu", "InsertMenu.htm", "11"],
    ["Build/Run Menu", "BuildRunMenu.htm", "11"],
    ["Debug Menu", "DebugMenu.htm", "11"],
    ["Format Menu", "FormatMenu.htm", "11"],
    ["Tools Menu", "ToolsMenu.htm", "11"],
    ["Wizards Menu", "WizardsMenu.htm", "11"],
    ["Table Menu", "TableMenu.htm", "11"],
    ["Window Menu", "WindowMenu.htm", "11"],
    ["Help Menu", "HelpMenu.htm", "11"]
   ],
   ["Toolbars", "Toolbars.htm", "1",
    ["Standard Toobar", "StandardToolbar.htm", "11"],
    ["Edit Toolbar", "EditToolbar.htm", "11"]
   ],
   ["Toolbox Elements", "Toolbox.htm", "1",
    ["General", "ToolboxGeneral.htm", "11"],
    ["Form", "ToolboxForm.htm", "11"],
    ["RPG", "ToolboxRPG.htm", "11"],
    ["Absolute", "ToolboxAbsolute.htm", "11"]
   ],
   ["Open Items Window", "OpenItemsWindow.htm", "1",
    ["Compiler Output Window", "CompilerOutputWindow.htm", "11"]
   ]
  ],
  ["Using the Page Designer", "UsingDesigner.htm", "1",
   ["Features Overview", "DesignerFeatures.htm", "11"],
   ["Page Designer Hot Keys", "DesignerHotKeys.htm", "11"],
   ["Inserting Elements", "DesignerInsertingElements.htm", "11"],
   ["Selecing and Modifying Elements", "DesignerSelectingElements.htm", "11"],
   ["Using the Properties Inspector", "DesignerPropertiesInspector.htm", "11"],
   ["Laying Elements Out on a Page", "LayingOutOnPage.htm", "11"],
   ["Using Absolute Positioning", "DesignerAbsolute.htm", "11"],
   ["Toggling Detailed View", "DesignerDetailedView.htm", "11"],
   ["Preview", "Preview.htm", "11"]
  ],
  ["Using the Code Editor", "UsingCodeEditor.htm", "1",
   ["Editor Hot Keys", "EditorHotKeys.htm", "11"],
   ["Using Macros", "Macros.htm", "11"],
   ["Using the HTML Properties Inspector", "EditorPropertiesInspector.htm", "11"],
   ["Using the RPG prompter", "EditorRPGPrompter.htm", "11"],
   ["Using the Fixed to Free Format Conversion Tool", "UsingFreeFormatConversion.htm", "11"],
   ["Using the RPG subs drop-down", "UsingRPGSubsDropDown.htm", "11"],
   ["Using the RPG toolbox section", "RPGToolboxSection.htm", "11"],
   ["Using the RPG-Alive Code Outline", "UsingRPGAlive.htm", "11"],
   ["Using RPG-Alive's Syntax Highlighting", "UsingRPGAliveSyntax.htm", "11"],
   ["Using RPG-Alive's Keyword Auto-Completion", "UsingRPGAliveAutoComplete.htm", "11"],
   ["Using IntelliSense", "UsingIntelliSense.htm", "11"],
   ["Context-sensitive RPG reference", "EditorRPGReference.htm", "11"]
  ],
  ["The Integrated Source Control System", "SourceControl.htm", "1",
   ["Installing the Source Control System", "SourceControl.htm#Installing", "11"],
   ["Using the Source Control System", "SourceControl.htm#Using", "11"]
  ],
  ["Integrating RPGsp with Other Environments", "Integrating.htm", "1",
   ["Integrating with PC-based designers and editors", "IntegratingPCDesigners.htm", "11"],
   ["Integrating with WebSphere Development Studio Client (WDSc)", "IntegratingWebSphere.htm", "1",
    ["Setting WDSc Preferences", "IntegratingWebSphere.htm#setting", "11"],
    ["Creating RPGsp files within WDSc", "IntegratingWebSphere.htm#creating", "11"],
    ["Working with RPGsp files in WDSc", "IntegratingWebSphere.htm#working", "11"]
   ],
   ["Integrating with other servers", "IntegratingOtherServers.htm", "11"]
  ],
  ["Database Repository", "Repository.htm", "1",
   ["Overview", "Repository.htm#overview", "11"],
   ["Insert as Blank Input Field", "Repository.htm#blankinput", "11"],
   ["Insert as Sticky Input Field", "Repository.htm#stickyinput", "11"],
   ["Insert as Output Field", "Repository.htm#output", "11"],
   ["Insert as Hidden Field", "Repository.htm#hidden", "11"],
   ["Field Properties", "Repository.htm#properties", "11"],
   ["Adding a Related File", "Repository.htm#addrelated", "11"],
   ["Related Files", "Repository.htm#relatedfiles", "11"]
  ],
  ["Using Wizards", "Wizards.htm", "1",
   ["Subfile Wizard", "SubfileWiz.htm", "1",
    ["Overview", "SubfileWiz.htm#overview", "11"],
    ["Document Attributes", "SubfileWiz.htm#attr", "11"],
    ["Subfile Field Selection", "SubfileWiz.htm#subfile", "11"],
    ["Subfile Details", "SubfileWiz.htm#details", "11"],
    ["View Record Field Selection", "SubfileWiz.htm#view", "11"],
    ["Change Record Field Selection", "SubfileWiz.htm#change", "11"],
    ["Add Record Field Selection", "SubfileWiz.htm#add", "11"],
    ["Finishing the Wizard", "SubfileWiz.htm#finish", "11"]
   ],
   ["Record Inquiry Page Wizard", "ViewWiz.htm", "1",
    ["Overview", "ViewWiz.htm#overview", "11"],
    ["Document Attributes", "ViewWiz.htm#attr", "11"],
    ["Field Selection", "ViewWiz.htm#sel", "11"],
    ["Finishing the Wizard", "ViewWiz.htm#finish", "11"]
   ],
   ["Record Update Form Wizard", "ChangeWiz.htm", "1",
    ["Overview", "ChangeWiz.htm#overview", "11"],
    ["Document Attributes", "ChangeWiz.htm#attr", "11"],
    ["Field Selection", "ChangeWiz.htm#sel", "11"],
    ["Finishing the Wizard", "ChangeWiz.htm#finish", "11"]
   ],
   ["New Record Form Wizard", "AddWiz.htm", "1",
    ["Overview", "AddWiz.htm#overview", "11"],
    ["Document Attributes", "AddWiz.htm#attr", "11"],
    ["Field Selection", "AddWiz.htm#sel", "11"],
    ["Finishing the Wizard", "AddWiz.htm#finish", "11"]
   ],
   ["Record Selection Wizard", "SelectWiz.htm", "1",
    ["Overview", "SelectWiz.htm#overview", "11"],
    ["Document Attributes", "SelectWiz.htm#attr", "11"],
    ["Subfile Field Selection", "SelectWiz.htm#subfile", "11"],
    ["Subfile Details", "SelectWiz.htm#details", "11"],
    ["Finishing the Wizard", "SelectWiz.htm#finish", "11"]
   ],
   ["Green Screen to Web Conversion Wizard", "DDSWiz.htm", "1",
    ["Overview", "DDSWiz.htm#overview", "11"],
    ["Retrieving Source and Field Definitions", "DDSWiz.htm#retrieving", "11"],
    ["Finishing the Wizard", "DDSWiz.htm#finish", "11"],
    ["After the Conversion", "DDSWiz.htm#after", "11"]
   ],
   ["Insert RPG Field Wizard", "RPGFieldWiz.htm", "1",
    ["Overview", "RPGFieldWiz.htm#overview", "11"],
    ["Data Types", "RPGFieldWiz.htm#datatypes", "11"],
    ["Usages", "RPGFieldWiz.htm#usages", "11"],
    ["Styles", "RPGFieldWiz.htm#styles", "11"]
   ],
   ["Databound List / Drop-down Menu Wizard", "DataboundListWiz.htm", "1",
    ["Overview", "DataboundListWiz.htm#overview", "11"],
    ["Specifying Wizard Parameters", "DataboundListWiz.htm#parameters", "11"],
    ["Finishing the Wizard", "DataboundListWiz.htm#finish", "11"]
   ],
   ["SQL Subfile Wizard", "SQLWiz.htm", "1",
    ["Overview", "SQLWiz.htm#overview", "11"],
    ["Documents Attributes", "SQLWiz.htm#attr", "11"],
    ["Subfile Field Selection", "SQLWiz.htm#subfile", "11"],
    ["Subfile Details", "SQLWiz.htm#details", "11"],
    ["View Record Field Selection", "SQLWiz.htm#view", "11"],
    ["Change Record Field Selection", "SQLWiz.htm#change", "11"],
    ["Add Record Field Selection", "SQLWiz.htm#add", "11"],
    ["Finishing the Wizard", "SQLWiz.htm#finish", "11"]
   ],
   ["Miscellaneous Wizards", "MiscellaneousWiz.htm", "1",
    ["Load All Form Input Wizard", "MiscellaneousWiz.htm#LoadAllFormInputWiz", "11"],
    ["Load with RPGspIn Wizard", "MiscellaneousWiz.htm#LoadWithRPGspIn", "11"]
   ]
  ],
  ["Themes", "Themes.htm", "1",
   ["Using Themes", "UsingThemes.htm", "11"],
   ["Customizing Themes", "CustomizingThemes.htm", "11"],
   ["Theme Syntax", "ThemeSyntax.htm", "11"]
  ],
  ["HTML 4.0 Reference", "htmlref.html", "1",
   ["What's New in HTML 4.0", "new.html", "11"],
   ["Structure of an HTML Document", "structure.html", "11"],
   ["Top-Level Elements", "html/index.html", "1",
    ["HTML - HTML Document", "html/html.html", "11"],
    ["HEAD - Document Head", "head/head.html", "11"],
    ["BODY - Document Body", "html/body.html", "11"],
    ["DOCTYPE - Document Type Declaration", "html/doctype.html", "11"]
   ],
   ["Head Elements", "head/index.html", "1",
    ["BASE - Document Base URI", "head/base.html", "11"],
    ["LINK - Document Relationship", "head/link.html", "11"],
    ["META - Metadata", "head/meta.html", "11"],
    ["STYLE - Embedded Style Sheet", "head/style.html", "11"],
    ["TITLE - Document Title", "head/title.html", "11"]
   ],
   ["Generic Block-level Elements", "block/index.html", "1",
    ["ADDRESS - Contact Information", "block/address.html", "11"],
    ["BLOCKQUOTE - Block Quotation", "block/blockquote.html", "11"],
    ["CENTER - Centered Block", "block/center.html", "11"],
    ["DIV - Generic Block-level Container", "block/div.html", "11"],
    ["H1 - Level-one Heading", "block/h1.html", "11"],
    ["H2 - Level-two Heading", "block/h2.html", "11"],
    ["H3 - Level-three Heading", "block/h3.html", "11"],
    ["H4 - Level-four Heading", "block/h4.html", "11"],
    ["H5 - Level-five Heading", "block/h5.html", "11"],
    ["H6 - Level-six Heading", "block/h6.html", "11"],
    ["HR - Horizontal Rule", "block/hr.html", "11"],
    ["ISINDEX - Input Prompt", "block/isindex.html", "11"],
    ["NOSCRIPT - Non-script Content", "block/noscript.html", "11"],
    ["P - Paragraph", "block/p.html", "11"],
    ["PRE - Preformatted Text", "block/pre.html", "11"]
   ],
   ["List Elements", "lists/index.html", "1",
    ["DIR - Directory List", "lists/dir.html", "11"],
    ["DL - Definition List", "lists/dl.html", "1",
     ["DT - Definition Term", "lists/dt.html", "11"],
     ["DD - Definition Description", "lists/dd.html", "11"]
    ],
    ["LI - List Item", "lists/li.html", "11"],
    ["MENU - Menu List", "lists/menu.html", "11"],
    ["OL - Ordered List", "lists/ol.html", "11"],
    ["UL - Unordered List", "lists/ul.html", "11"]
   ],
   ["Table Elements", "tables/index.html", "1",
    ["TABLE - Table", "tables/table.html", "1",
     ["CAPTION - Table Caption", "tables/caption.html", "11"],
     ["COLGROUP - Table Column Group", "tables/colgroup.html", "1",
      ["COL - Table Column", "tables/col.html", "11"]
     ],
     ["THEAD - Table Head", "tables/thead.html", "11"],
     ["TFOOT - Table Foot", "tables/tfoot.html", "11"],
     ["TBODY - Table Body", "tables/tbody.html", "11"],
     ["TR - Table Row", "tables/tr.html", "1",
      ["TD - Table Data Cell", "tables/td.html", "11"],
      ["TH - Table Header Cell", "tables/th.html", "11"]
     ]
    ]
   ],
   ["Form Elements", "forms/index.html", "1",
    ["FORM - Interactive Form", "forms/form.html", "1",
     ["BUTTON - Button", "forms/button.html", "11"],
     ["FIELDSET - Form Control Group", "forms/fieldset.html", "1",
      ["LEGEND - Fieldset Caption", "forms/legend.html", "11"]
     ],
     ["INPUT - Form Input", "forms/input.html", "11"],
     ["LABEL - Form Field Label", "forms/label.html", "11"],
     ["SELECT - Option Selector", "forms/select.html", "1",
      ["OPTGROUP - Option Group", "forms/optgroup.html", "1",
       ["OPTION - Menu Option", "forms/option.html", "11"]
      ]
     ],
     ["TEXTAREA - Multi-line Text Input", "forms/textarea.html", "11"]
    ]
   ],
   ["Special Inline Elements", "special/index.html", "1",
    ["A - Anchor", "special/a.html", "11"],
    ["APPLET - Java Applet", "special/applet.html", "11"],
    ["BASEFONT - Base Font Change", "special/basefont.html", "11"],
    ["BDO - BiDi Override", "special/bdo.html", "11"],
    ["BR - Line Break", "special/br.html", "11"],
    ["FONT - Font Change", "special/font.html", "11"],
    ["IFRAME - Inline Frame", "special/iframe.html", "11"],
    ["IMG - Inline Image", "special/img.html", "11"],
    ["MAP - Image Map", "special/map.html", "1",
     ["AREA - Image Map Region", "special/area.html", "11"]
    ],
    ["OBJECT - Embedded Object", "special/object.html", "11"],
    ["PARAM - Object Parameter", "special/param.html", "11"],
    ["Q - Short Quotation", "special/q.html", "11"],
    ["SCRIPT - Client-side Script", "special/script.html", "11"],
    ["SPAN - Generic Inline Container", "special/span.html", "11"],
    ["SUB - Subscript", "special/sub.html", "11"],
    ["SUP - Superscript", "special/sup.html", "11"]
   ],
   ["Phrase Elements", "phrase/index.html", "1",
    ["ABBR - Abbreviation", "phrase/abbr.html", "11"],
    ["ACRONYM - Acronym", "phrase/acronym.html", "11"],
    ["CITE - Citation", "phrase/cite.html", "11"],
    ["CODE - Computer Code", "phrase/code.html", "11"],
    ["DEL - Deleted Text", "phrase/del.html", "11"],
    ["DFN - Defined Term", "phrase/dfn.html", "11"],
    ["EM - Emphasis", "phrase/em.html", "11"],
    ["INS - Inserted Text", "phrase/ins.html", "11"],
    ["KBD - Text to be Input", "phrase/kbd.html", "11"],
    ["SAMP - Sample Output", "phrase/samp.html", "11"],
    ["STRONG - Strong Emphasis", "phrase/strong.html", "11"],
    ["VAR - Variable", "phrase/var.html", "11"]
   ],
   ["Font Style Elements", "fontstyle/index.html", "1",
    ["B - Bold Text", "fontstyle/b.html", "11"],
    ["BIG - Large Font", "fontstyle/big.html", "11"],
    ["I - Italic Text", "fontstyle/i.html", "11"],
    ["S - Strike-through Text", "fontstyle/s.html", "11"],
    ["SMALL - Small Font", "fontstyle/small.html", "11"],
    ["STRIKE - Strike-through Text", "fontstyle/strike.html", "11"],
    ["TT - Teletype Text", "fontstyle/tt.html", "11"],
    ["U - Underlined Text", "fontstyle/u.html", "11"]
   ],
   ["Frames", "frames/index.html", "1",
    ["FRAMESET - Frameset", "frames/frameset.html", "11"],
    ["FRAME - Frame", "frames/frame.html", "11"],
    ["NOFRAMES - Frames Alternate Content", "frames/noframes.html", "11"]
   ],
   ["Character Entities", "entities/index.html", "1",
    ["HTML 4.0 Latin-1 Entities", "entities/latin1.html", "11"],
    ["HTML 4.0 Entities for Symbols and Greek Letters", "entities/symbols.html", "11"],
    ["HTML 4.0 Special Entities", "entities/special.html", "11"]
   ],
   ["Alphabetical List of HTML Elements", "alist.html", "11"],
   ["Organizational List of HTML Elements", "olist.html", "11"],
   ["List of Block-level Elements", "block.html", "11"],
   ["List of Inline Elements", "inline.html", "11"],
   ["Common Attributes", "attrs.html", "11"],
   ["Attribute Values", "values.html", "11"],
   ["HTML 4.0 Deprecated Features", "deprecated.html", "11"]
  ],
  ["RPGsp Functions", "rpgsp_functions.html", "1",
   ["IIf", "IIf.html", "11"],
   ["QCMDEXC", "QCMDEXC.html", "11"],
   ["RPGspClear", "RPGspClear.html", "11"],
   ["RPGspClearOvr", "RPGspClearOvr.html", "11"],
   ["RPGspClearOvr2", "RPGspClearOvr2.html", "11"],
   ["RPGspCookie", "RPGspCookie.html", "11"],
   ["RPGspDone", "RPGspDone.html", "11"],
   ["RPGspFileOut", "RPGspFileOut.html", "11"],
   ["RPGspGetInpBuf", "RPGspGetInpBuf.html", "11"],
   ["RPGspGetMsg", "RPGspGetMsg.html", "11"],
   ["RPGspGetPSId", "RPGspGetPSId.html", "11"],
   ["RPGspGetQryStr", "RPGspGetQryStr.html", "11"],
   ["RPGspHTML", "RPGspHTML.html", "11"],
   ["RPGspHTMLEncode", "RPGspHTMLEncode.html", "11"],
   ["RPGspIn", "RPGspIn.html", "11"],
   ["RPGspInclude", "RPGspInclude.html", "11"],
   ["RPGspInit", "RPGspInit.html", "11"],
   ["RPGspInitL", "RPGspInitL.html", "11"],
   ["RPGspInMult", "RPGspInMult.html", "11"],
   ["RPGspInUpper", "RPGspInUpper.html", "11"],
   ["RPGspInVal", "RPGspInVal.html", "11"],
   ["RPGspIsMainProg", "RPGspIsMainProg.html", "11"],
   ["RPGspNeedOutput", "RPGspNeedOutput.html", "11"],
   ["RPGspOut", "RPGspOut.html", "11"],
   ["RPGspOutputOvr", "RPGspOutputOvr.html", "11"],
   ["RPGspOutputOvr2", "RPGspOutputOvr2.html", "11"],
   ["RPGspOverlay", "RPGspOverlay.html", "11"],
   ["RPGspOverlay2", "RPGspOverlay2.html", "11"],
   ["RPGspRandom", "RPGspRandom.html", "11"],
   ["RPGspRcvMsg", "RPGspRcvMsg.html", "11"],
   ["RPGspRedirect", "RPGspRedirect.html", "11"],
   ["RPGspReInit", "RPGspReInit.html", "11"],
   ["RPGspRunQry", "RPGspRunQry.html", "11"],
   ["RPGspSave", "RPGspSave.html", "11"],
   ["RPGspSessionId", "RPGspSessionId.html", "11"],
   ["RPGspSetCntType", "RPGspSetCntType.html", "11"],
   ["RPGspSetHeader", "RPGspSetHeader.html", "11"],
   ["RPGspSetInpBuf", "RPGspSetInpBuf.html", "11"],
   ["RPGspText2HTML", "RPGspText2HTML.html", "11"],
   ["RPGspUpload", "RPGspUpload.html", "11"],
   ["RPGspUpper", "RPGspUpper.html", "11"],
   ["RPGspURLEncode", "RPGspURLEncode.html", "11"],
   ["RPGspVal", "RPGspVal.html", "11"]
  ],
  ["ILE RPG Built-in-functions", "ilerpg_bifs.html", "1",
   ["%ABS", "_ABS.html", "11"],
   ["%ADDR", "_ADDR.html", "11"],
   ["%ALLOC", "_ALLOC.html", "11"],
   ["%CHAR", "_CHAR.html", "11"],
   ["%CHECK", "_CHECK.html", "11"],
   ["%CHECKR", "_CHECKR.html", "11"],
   ["%DATE", "_DATE.html", "11"],
   ["%DAYS", "_DAYS.html", "11"],
   ["%DEC", "_DEC.html", "11"],
   ["%DECH", "_DECH.html", "11"],
   ["%DECPOS", "_DECPOS.html", "11"],
   ["%DIFF", "_DIFF.html", "11"],
   ["%DIV", "_DIV.html", "11"],
   ["%EDITC", "_EDITC.html", "11"],
   ["%EDITFLT", "_EDITFLT.html", "11"],
   ["%EDITW", "_EDITW.html", "11"],
   ["%ELEM", "_ELEM.html", "11"],
   ["%EOF", "_EOF.html", "11"],
   ["%EQUAL", "_EQUAL.html", "11"],
   ["%ERROR", "_ERROR.html", "11"],
   ["%FLOAT", "_FLOAT.html", "11"],
   ["%FOUND", "_FOUND.html", "11"],
   ["%GRAPH", "_GRAPH.html", "11"],
   ["%HOURS", "_HOURS.html", "11"],
   ["%INT", "_INT.html", "11"],
   ["%INTH", "_INTH.html", "11"],
   ["%LEN", "_LEN.html", "11"],
   ["%LOOKUPxx", "_LOOKUPxx.html", "11"],
   ["%MINUTES", "_MINUTES.html", "11"],
   ["%MONTHS", "_MONTHS.html", "11"],
   ["%MSECONDS", "_MSECONDS.html", "11"],
   ["%NULLIND", "_NULLIND.html", "11"],
   ["%OCCUR", "_OCCUR.html", "11"],
   ["%OPEN", "_OPEN.html", "11"],
   ["%PADDR", "_PADDR.html", "11"],
   ["%PARMS", "_PARMS.html", "11"],
   ["%REALLOC", "_REALLOC.html", "11"],
   ["%REM", "_REM.html", "11"],
   ["%REPLACE", "_REPLACE.html", "11"],
   ["%SCAN", "_SCAN.html", "11"],
   ["%SECONDS", "_SECONDS.html", "11"],
   ["%SHTDN", "_SHTDN.html", "11"],
   ["%SIZE", "_SIZE.html", "11"],
   ["%SQRT", "_SQRT.html", "11"],
   ["%STATUS", "_STATUS.html", "11"],
   ["%STR", "_STR.html", "11"],
   ["%SUBDT", "_SUBDT.html", "11"],
   ["%SUBST", "_SUBST.html", "11"],
   ["%THIS", "_THIS.html", "11"],
   ["%TIME", "_TIME.html", "11"],
   ["%TIMESTAMP", "_TIMESTAMP.html", "11"],
   ["%TLOOKUPxx", "_TLOOKUPxx.html", "11"],
   ["%TRIM", "_TRIM.html", "11"],
   ["%TRIML", "_TRIML.html", "11"],
   ["%TRIMR", "_TRIMR.html", "11"],
   ["%UCS2", "_UCS2.html", "11"],
   ["%UNS", "_UNS.html", "11"],
   ["%UNSH", "_UNSH.html", "11"],
   ["%XFOOT", "_XFOOT.html", "11"],
   ["%XLATE", "_XLATE.html", "11"],
   ["%YEARS", "_YEARS.html", "11"]
  ],
  ["ILE RPG Operations", "ilerpg_ops.html", "1",
   ["ACQ", "ACQ.html", "11"],
   ["ADD", "ADD.html", "11"],
   ["ADDDUR", "ADDDUR.html", "11"],
   ["ALLOC", "ALLOC.html", "11"],
   ["ANDxx", "ANDxx.html", "11"],
   ["BEGSR", "BEGSR.html", "11"],
   ["BITOFF", "BITOFF.html", "11"],
   ["BITON", "BITON.html", "11"],
   ["CABxx", "CABxx.html", "11"],
   ["CALL", "CALL.html", "11"],
   ["CALLB", "CALLB.html", "11"],
   ["CALLP", "CALLP.html", "11"],
   ["CASxx", "CASxx.html", "11"],
   ["CAT", "CAT.html", "11"],
   ["CHAIN", "CHAIN.html", "11"],
   ["CHECK", "CHECK.html", "11"],
   ["CHECKR", "CHECKR.html", "11"],
   ["CLEAR", "CLEAR.html", "11"],
   ["CLOSE", "CLOSE.html", "11"],
   ["COMMIT", "COMMIT.html", "11"],
   ["COMP", "COMP.html", "11"],
   ["DEALLOC", "DEALLOC.html", "11"],
   ["DEFINE", "DEFINE.html", "11"],
   ["DELETE", "DELETE.html", "11"],
   ["DIV", "DIV.html", "11"],
   ["DO", "DO.html", "11"],
   ["DOU", "DOU.html", "11"],
   ["DOUxx", "DOUxx.html", "11"],
   ["DOW", "DOW.html", "11"],
   ["DOWxx", "DOWxx.html", "11"],
   ["DSPLY", "DSPLY.html", "11"],
   ["DUMP", "DUMP.html", "11"],
   ["ELSE", "ELSE.html", "11"],
   ["ELSEIF", "ELSEIF.html", "11"],
   ["ENDSR", "ENDSR.html", "11"],
   ["ENDyy", "ENDyy.html", "11"],
   ["EVAL", "EVAL.html", "11"],
   ["EVALR", "EVALR.html", "11"],
   ["EXCEPT", "EXCEPT.html", "11"],
   ["EXFMT", "EXFMT.html", "11"],
   ["EXSR", "EXSR.html", "11"],
   ["EXTRCT", "EXTRCT.html", "11"],
   ["FEOD", "FEOD.html", "11"],
   ["FOR", "FOR.html", "11"],
   ["FORCE", "FORCE.html", "11"],
   ["GOTO", "GOTO.html", "11"],
   ["IF", "IF.html", "11"],
   ["IFxx", "IFxx.html", "11"],
   ["IN", "IN.html", "11"],
   ["ITER", "ITER.html", "11"],
   ["KFLD", "KFLD.html", "11"],
   ["KLIST", "KLIST.html", "11"],
   ["LEAVE", "LEAVE.html", "11"],
   ["LEAVESR", "LEAVESR.html", "11"],
   ["LOOKUP", "LOOKUP.html", "11"],
   ["MHHZO", "MHHZO.html", "11"],
   ["MHLZO", "MHLZO.html", "11"],
   ["MLHZO", "MLHZO.html", "11"],
   ["MLLZO", "MLLZO.html", "11"],
   ["MONITOR", "MONITOR.html", "11"],
   ["MOVE", "MOVE.html", "11"],
   ["MOVEA", "MOVEA.html", "11"],
   ["MOVEL", "MOVEL.html", "11"],
   ["MULT", "MULT.html", "11"],
   ["MVR", "MVR.html", "11"],
   ["NEXT", "NEXT.html", "11"],
   ["OCCUR", "OCCUR.html", "11"],
   ["ON-ERROR", "ON-ERROR.html", "11"],
   ["OPEN", "OPEN.html", "11"],
   ["ORxx", "ORxx.html", "11"],
   ["OTHER", "OTHER.html", "11"],
   ["OUT", "OUT.html", "11"],
   ["PARM", "PARM.html", "11"],
   ["PLIST", "PLIST.html", "11"],
   ["POST", "POST.html", "11"],
   ["READ", "READ.html", "11"],
   ["READC", "READC.html", "11"],
   ["READE", "READE.html", "11"],
   ["READP", "READP.html", "11"],
   ["READPE", "READPE.html", "11"],
   ["REALLOC", "REALLOC.html", "11"],
   ["REL", "REL.html", "11"],
   ["RESET", "RESET.html", "11"],
   ["RETURN", "RETURN.html", "11"],
   ["ROLBK", "ROLBK.html", "11"],
   ["SCAN", "SCAN.html", "11"],
   ["SELECT", "SELECT.html", "11"],
   ["SETGT", "SETGT.html", "11"],
   ["SETLL", "SETLL.html", "11"],
   ["SETON", "SETON.html", "11"],
   ["SHTDN", "SHTDN.html", "11"],
   ["SORTA", "SORTA.html", "11"],
   ["SQRT", "SQRT.html", "11"],
   ["SUB", "SUB.html", "11"],
   ["SUBDUR", "SUBDUR.html", "11"],
   ["SUBST", "SUBST.html", "11"],
   ["TAG", "TAG.html", "11"],
   ["TEST", "TEST.html", "11"],
   ["TESTB", "TESTB.html", "11"],
   ["TESTN", "TESTN.html", "11"],
   ["TESTZ", "TESTZ.html", "11"],
   ["TIME", "TIME.html", "11"],
   ["UNLOCK", "UNLOCK.html", "11"],
   ["UPDATE", "UPDATE.html", "11"],
   ["WHEN", "WHEN.html", "11"],
   ["WHENxx", "WHENxx.html", "11"],
   ["WRITE", "WRITE.html", "11"],
   ["XFOOT", "XFOOT.html", "11"],
   ["XLATE", "XLATE.html", "11"],
   ["Z-ADD", "Z-ADD.html", "11"],
   ["Z-SUB", "Z-SUB.html", "11"]
  ],
  ["Using Server Configuration Utilities", "UsingServerConfig.htm", "1",
   ["When To Use What", "WhenWhat.htm", "11"],
   ["Installing and Testing RPG Smart Pages", "InstallAndTest.htm", "11"],
   ["Configuring the RPG/CGI Library", "ConfigCGILib.htm", "11"],
   ["Configuring Library List(s)", "ConfigLibList.htm", "11"],
   ["Reuploading Theme Files", "UploadThemeFiles.htm", "11"],
   ["Creating and Configuring the HTTP Instance Automatically", "CreateInstance.htm", "11"],
   ["Starting and Stopping the HTTP Instance", "StartStopInstance.htm", "11"],
   ["Manually Configuring the HTTP Instance", "ConifgInstance.htm", "11"],
   ["Using HTTP Admin Pages", "AdminPages.htm", "11"]
  ],
  ["Options Dialog", "Options.htm", "1",
   ["Server Profiles", "OptionsServers.htm", "11"],
   ["Library Lists", "OptionsLIBL.htm", "11"],
   ["Compiler", "Compiler.html", "11"],
   ["Source Control", "AdditionalCompileOpts.htm", "11"],
   ["Source Editor", "OptionsEditor.htm", "11"],
   ["Code Outline", "OptionsRPGAlive.htm", "11"],
   ["Code Delineation", "OptionsDelineation.htm", "11"],
   ["Coding Assistance", "OptionsAssistance.htm", "11"],
   ["HTML Designer", "OptionsDesigner.htm", "11"],
   ["External", "OptionsExternal.htm", "11"],
   ["Files And Members", "FilesAndMembers.htm", "11"],
   ["Automated Backups", "Backups.html", "11"],
   ["Green-Screen to Web", "OptionsGS2Web.htm", "11"],
   ["Paths", "OptionsPaths.htm", "11"]
  ],
  ["Compile Parameters Dialog", "CompileOptions.htm", "1",
   ["Options for Active Documents", "CompileOptions.htm#active", "11"],
   ["Global Options for RPGsp Documents", "CompileOptions.htm#rpgsp", "11"],
   ["Global Options for RPGLE Source Members", "CompileOptions.htm#rpgle", "11"],
   ["Global Options for Misc. Source Members", "CompileOptions.htm#misc", "11"]
  ],
  ["Resolving Run-time Problems", "ResolvingRunTimeErrors.htm", "1",
   ["Analyzing The HTTP Server Job Log", "AnalyzingJobLog.htm", "11"],
   ["Cross-Referencing Line Numbers", "CrossReferencingLineNumbers.htm", "11"],
   ["Retaining the Generated RPGLE Source", "RetainingSource.htm", "11"]
  ],
  ["Debugging RPGsp Applications", "Debugging.html", "1",
   ["Method 1 (using the integrated debugger)", "Debugging.html#method1", "11"],
   ["Method 2 (debugging through a service job)", "Debugging.html#method2", "11"],
   ["Method 3 (debugging interactively)", "Debugging.html#method3", "11"]
  ],
  ["Setting Up a Test Environment", "TestEnvironment.htm", "1",
   ["Creating a Test Environment Profile", "TestEnvironment.htm#creating", "11"],
   ["Switching Between Environments", "TestEnvironment.htm#switching", "11"]
  ]
 ]
];


var FITEMS = arr_flatten(TITEMS);

function arr_flatten (x) {
   var y = []; if (x == null) return y;
   for (var i=0; i<x.length; i++) {
      if (typeof(x[i]) == "object") {
         var flat = arr_flatten(x[i]);
         for (var j=0; j<flat.length; j++)
             y[y.length]=flat[j];
      } else {
         if ((i%3==0))
          y[y.length]=x[i+1];
      }
   }
   return y;
}


