// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 0
HIGHLIGHT_COLOR = 'red' 
HIGHLIGHT_BG    = 'D7E5F1'

foldersTree = gFld("<b>Company</b><BR><BR>", "company.htm")
    aux2 = insFld(foldersTree, gFld("Company History", "history.htm"))
     

    aux2 = insFld(foldersTree, gFld("Executive Staff", "staff.htm"))
 
    
    aux2 = insFld(foldersTree, gFld("Legal", "legal.htm"))

 

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 




 
