//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
var HIGHLIGHT_BG = '#003366';
ICONPATH = 'menu_images/'


//
// The following code constructs the tree.
//
foldersTree = gFld("Corporate", "company.html")
foldersTree.treeID = "m2"
  insDoc(foldersTree, gLnk("S", "Company", "company.html"))
  insDoc(foldersTree, gLnk("S", "Team", "Team.html"))
  insDoc(foldersTree, gLnk("S", "Awards", "awards.html"))
  insDoc(foldersTree, gLnk("S", "Board of Directors", "directors.html"))
  insDoc(foldersTree, gLnk("S", "Partners", "Ecosystem_Partners.php"))
  insDoc(foldersTree, gLnk("S", "Careers", "careers.html"))
  insDoc(foldersTree, gLnk("S", "Locations", "locations.html"))
  insDoc(foldersTree, gLnk("S", "Contact Us", "ContactCavium.htm"))
  insDoc(foldersTree, gLnk("S", "Site Map", "sitemap.html"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
//foldersTree.treeID = "FramelessHili" 
 