﻿USETEXTLINKS = 1
STARTALLOPEN = 0
HIGHLIGHT = 1
HIGHLIGHT_BG = '#808080'
ICONPATH = 'skinimages/'
GLOBALTARGET = 'R'
foldersTree = gFld('', '')
foldersTree.iconSrc = ICONPATH + 'ftv2blank.gif'
foldersTree.treeID = 'Tree1'

insDoc(foldersTree, gLnk('R', 'Overview', 'overview.htm'))
insDoc(foldersTree, gLnk('R', 'Introduction&nbsp;Letter', 'introduction_letter.htm'))
insDoc(foldersTree, gLnk('R', 'Company&nbsp;Background', 'company_background.htm'))
xsoftware_features = insFld(foldersTree, gFld('Software&nbsp;Features', 'software_features.htm'))
insDoc(xsoftware_features, gLnk('R', 'Home&nbsp;Screen/Dashboard', 'home_screen_dashboard.htm'))
xcase_management = insFld(xsoftware_features, gFld('Case&nbsp;Management', 'case_management.htm'))
insDoc(xcase_management, gLnk('R', 'Case/Defendant&nbsp;Search', 'case_defendant_search.htm'))
xcase_file = insFld(xcase_management, gFld('Case&nbsp;File', 'case_file.htm'))
insDoc(xcase_file, gLnk('R', 'Conflict&nbsp;Check', 'conflict_check.htm'))
insDoc(xcase_file, gLnk('R', 'Check&nbsp;for&nbsp;Duplicates', 'check_for_duplicates.htm'))
insDoc(xcase_management, gLnk('R', 'Charges', 'charges.htm'))
insDoc(xcase_management, gLnk('R', 'Events', 'events.htm'))
insDoc(xcase_management, gLnk('R', 'Linked&nbsp;Cases', 'linked_cases.htm'))
xrelated_people = insFld(xcase_management, gFld('Related&nbsp;People', 'related_people.htm'))
insDoc(xrelated_people, gLnk('R', 'Relationships', 'relationships.htm'))
insDoc(xcase_management, gLnk('R', 'Status&nbsp;Log', 'status_log.htm'))
xnotes = insFld(xcase_management, gFld('Notes', 'notes.htm'))
insDoc(xnotes, gLnk('R', 'Note&nbsp;Panels', 'note_panels.htm'))
insDoc(xnotes, gLnk('R', 'Tasks/Alerts', 'tasks_alerts.htm'))
xdocuments = insFld(xcase_management, gFld('Documents', 'documents.htm'))
insDoc(xdocuments, gLnk('R', 'Templates', 'templates.htm'))
insDoc(xdocuments, gLnk('R', 'Scanned&nbsp;Documents', 'scanned_documents.htm'))
insDoc(xdocuments, gLnk('R', 'Attached&nbsp;Documents', 'attached_documents.htm'))
insDoc(xdocuments, gLnk('R', 'Custom&nbsp;Forms', 'custom_forms.htm'))
xcalendar = insFld(xsoftware_features, gFld('Calendar', 'calendar.htm'))
insDoc(xcalendar, gLnk('R', 'Group&nbsp;View', 'group_view.htm'))
insDoc(xcalendar, gLnk('R', 'Week&nbsp;View', 'week_view.htm'))
insDoc(xcalendar, gLnk('R', 'Month&nbsp;View', 'month_view.htm'))
insDoc(xsoftware_features, gLnk('R', 'Security', 'security.htm'))
xreports = insFld(xsoftware_features, gFld('Reports', 'reports.htm'))
insDoc(xreports, gLnk('R', 'Sample&nbsp;Charge&nbsp;Report', 'sample_charge_report1.htm'))
insDoc(xreports, gLnk('R', 'Sample&nbsp;Case&nbsp;Load&nbsp;Report', 'sample_case_load_report1.htm'))
insDoc(xreports, gLnk('R', 'Sample&nbsp;Statistical&nbsp;Report', 'sample_statistical_report1.htm'))
insDoc(foldersTree, gLnk('R', 'Training', 'training1.htm'))
insDoc(foldersTree, gLnk('R', 'Costs&nbsp;and&nbsp;Professional&nbsp;Fees', 'costs_and_professional_fees.htm'))

