﻿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'

xhome = insFld(foldersTree, gFld('&nbsp;Home&nbsp;', 'home.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;About&nbsp;', 'about.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Reasons&nbsp;', 'reasons.htm'))
xfeatures = insFld(xhome, gFld('&nbsp;Features&nbsp;', 'features.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Client&nbsp;&&nbsp;View&nbsp;Access&nbsp;', 'access_for_your_clients.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Security&nbsp;', 'secure_intellectual_property_records_database.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Controls&nbsp;&&nbsp;Configuration&nbsp;', 'system_wide_intuitive_controls.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Emailing&nbsp;&&nbsp;Document&nbsp;Storage&nbsp;', 'electronic_document_creation__storage_and_retrieval.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Data&nbsp;Import&nbsp;', 'import_your_data.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Instant&nbsp;Access&nbsp;', 'instant_access_to_case_information.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Reports,&nbsp;Schedules&nbsp;&&nbsp;Lists&nbsp;', 'customize_reports_schedules_and_lists.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;IPO&nbsp;Links&nbsp;', 'links_to_ipo_web_sites.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Deadlines&nbsp;&&nbsp;Diaries&nbsp;', 'task_management_and_decision_interface.htm'))
docAux = insDoc(xfeatures, gLnk('S', '&nbsp;Auditing&nbsp;&&nbsp;Help&nbsp;', 'help_and_auditing.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;FAQ&nbsp;', 'faq.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Services&nbsp;', 'services.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Technical&nbsp;', 'technical.htm'))
xcontact = insFld(xhome, gFld('&nbsp;Contact&nbsp;', 'contact.htm'))
docAux = insDoc(xcontact, gLnk('S', '&nbsp;Privacy&nbsp;', 'privacy.htm'))
docAux = insDoc(xcontact, gLnk('S', '&nbsp;Privacy&nbsp;(continued)&nbsp;', 'privacy_(continued).htm'))
docAux = insDoc(xcontact, gLnk('S', '&nbsp;Video&nbsp;Preview&nbsp;', 'video_demo_preview.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Sitemap&nbsp;', 'sitemap.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Downloads&nbsp;', 'downloads.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;Hot&nbsp;Fixes&nbsp;', 'hot_fixes.htm'))
docAux = insDoc(xhome, gLnk('S', '&nbsp;404&nbsp;page&nbsp;error&nbsp;', '404.htm'))

