//
// 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("News&Events", "newsevents.html")
foldersTree.treeID = "m3"
  insDoc(foldersTree, gLnk("S", "Press Releases", "newsevents.html"))
  insDoc(foldersTree, gLnk("S", "Cavium Networks in the News", "newsevents_websites.html"))
  insDoc(foldersTree, gLnk("S", "Company Events", "newsevents_events.html"))
  insDoc(foldersTree, gLnk("S", "Testimonials", "testimonials.html"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
//foldersTree.treeID = "FramelessHili" 
 