// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.

USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1
HIGHLIGHT_COLOR = '#2461AA';
HIGHLIGHT_BG = '#EEEEEE'
ICONPATH = '/images/tmWT/'

//
// The following code constructs the tree.
//
foldersTree = gFld("<b>About us</b>", "")
foldersTree.treeID = "HSXabout"
aux1 = insFld(foldersTree, gFld("Careers", "/careers/"))
aux1 = insFld(foldersTree, gFld("Company profile", "/about/"))
aux1 = insFld(foldersTree, gFld("Compliance", "/products/fcc601.asp"))
aux1 = insFld(foldersTree, gFld("Corporate governance", "/cg/"))
aux1 = insFld(foldersTree, gFld("Green initiatives", "/green/"))
aux1 = insFld(foldersTree, gFld("Innovations", "/innovations"))
aux1 = insFld(foldersTree, gFld("Officers", "/about/officers.asp"))
aux1 = insFld(foldersTree, gFld("Technology leadership", "/about/technologies.asp"))

