﻿USETEXTLINKS = 1
STARTALLOPEN = 0
HIGHLIGHT = 1
HIGHLIGHT_BG = '#808080'
ICONPATH = 'images/'
USEFRAMES = 0
PRESERVESTATE = 1
GLOBALTARGET = 'S'
foldersTree = gFld('', '')
foldersTree.iconSrc = ICONPATH + 'ftv2blank.gif'
foldersTree.treeID = 'Tree1'

docAux = insDoc(foldersTree, gLnk('S', '&nbsp;home&nbsp;', 'home.htm'))
xproduct = insFld(foldersTree, gFld('&nbsp;product&nbsp;', 'product.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;access&nbsp;for&nbsp;your&nbsp;clients&nbsp;', 'access_for_your_clients.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;import&nbsp;your&nbsp;data&nbsp;', 'import_your_data.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;secure&nbsp;intellectual&nbsp;property&nbsp;records&nbsp;database&nbsp;', 'secure_intellectual_property_records_database.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;system&nbsp;wide&nbsp;intuitive&nbsp;controls&nbsp;', 'system_wide_intuitive_controls.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;flexible&nbsp;configuration&nbsp;options&nbsp;', 'flexible_configuration_options.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;instant&nbsp;access&nbsp;to&nbsp;case&nbsp;information&nbsp;', 'instant_access_to_case_information.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;task&nbsp;management&nbsp;and&nbsp;decision&nbsp;interface&nbsp;', 'task_management_and_decision_interface.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;electronic&nbsp;document&nbsp;creation,&nbsp;storage&nbsp;and&nbsp;retrieval&nbsp;', 'electronic_document_creation__storage_and_retrieval.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;direct&nbsp;emailing&nbsp;', 'direct_emailing.htm'))
docAux = insDoc(xproduct, gLnk('S', '&nbsp;intelligent&nbsp;client&nbsp;account&nbsp;and&nbsp;contact&nbsp;management&nbsp;', 'intelligent_client_account_and_contact_management.htm'))
docAux = insDoc(foldersTree, gLnk('S', '&nbsp;services&nbsp;', 'services.htm'))
docAux = insDoc(foldersTree, gLnk('S', '&nbsp;technical&nbsp;', 'technical.htm'))
xcontact = insFld(foldersTree, gFld('&nbsp;contact&nbsp;', 'contact.htm'))
docAux = insDoc(xcontact, gLnk('S', '&nbsp;video&nbsp;preview&nbsp;', 'video_demo_preview.htm'))
