// 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 Viewer Help")

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

first1 = insFld(foldersTree, gFld("About SQR Production Reporting Viewer", "launch.html"))
first1.xID = "launch"
second1 = insDoc(first1, gLnk("R", "Overview", "ch01s01.html"))
second1.xID = "ch01s01"
second2 = insFld(first1, gFld("About SPF Reports", "ch01s02.html"))
second2.xID = "ch01s02"
third1 = insDoc(second2, gLnk("R", "Benefits of SPF Reports", "ch01s02s01.html"))
third1.xID = "ch01s02s01"
second3 = insDoc(first1, gLnk("R", "Opening Reports", "ch01s03.html"))
second3.xID = "ch01s03"
second4 = insFld(first1, gFld("Viewing Reports", "ch01s04.html"))
second4.xID = "ch01s04"
third1 = insDoc(second4, gLnk("R", "Using the Toolbar and the Status Bar", "ch01s04s01.html"))
third1.xID = "ch01s04s01"
third2 = insDoc(second4, gLnk("R", "Moving Among Pages", "ch01s04s02.html"))
third2.xID = "ch01s04s02"
third3 = insDoc(second4, gLnk("R", "Copying Text and Graphics", "ch01s04s03.html"))
third3.xID = "ch01s04s03"
third4 = insDoc(second4, gLnk("R", "Searching for Text Strings", "ch01s04s04.html"))
third4.xID = "ch01s04s04"
third5 = insDoc(second4, gLnk("R", "Using Print Preview", "ch01s04s05.html"))
third5.xID = "ch01s04s05"
second5 = insFld(first1, gFld("Saving Reports", "ch01s05.html"))
second5.xID = "ch01s05"
third1 = insDoc(second5, gLnk("R", "Saving Reports as CSV Files", "ch01s05s01.html"))
third1.xID = "ch01s05s01"
third2 = insDoc(second5, gLnk("R", "Saving Reports as HTML Files", "ch01s05s02.html"))
third2.xID = "ch01s05s02"
third3 = insDoc(second5, gLnk("R", "Saving Reports as PDF Files", "ch01s05s03.html"))
third3.xID = "ch01s05s03"
second6 = insFld(first1, gFld("Printing Reports", "ch01s06.html"))
second6.xID = "ch01s06"
third1 = insDoc(second6, gLnk("R", "Setting up the Printer", "ch01s06s01.html"))
third1.xID = "ch01s06s01"
second7 = insDoc(first1, gLnk("R", "Emailing Reports", "ch01s07.html"))
second7.xID = "ch01s07"