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

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

first1 = insDoc(foldersTree, gLnk("R", "SQR Production Reporting Server Dialog Box", "launch.html"))
first1.xID = "launch"
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"