//
// 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 = 'http://www.cavium.com/menu_images/'


//
// The following code constructs the tree.
//
foldersTree = gFld("Investors", "phoenix.zhtml?c=209126&p=irol-IRHome")
foldersTree.treeID = "m2"
	insDoc(foldersTree, gLnk("S", "Investor Overview", "phoenix.zhtml?c=209126&p=irol-IRHome"));
	stockInfo = insFld(foldersTree, gFld("Stock Information", "phoenix.zhtml?c=209126&p=irol-stockquote"));
	  stockQuote = insDoc(stockInfo, gLnk("S", "Stock Quote", "phoenix.zhtml?c=209126&p=irol-stockquote"));
	  stockChart = insDoc(stockInfo, gLnk("S", "Stock Chart", "phoenix.zhtml?c=209126&p=irol-stockchart"));
	insDoc(foldersTree, gFld("Press Releases", "http://www.cavium.com/newsevents.html"));
	governance = insFld(foldersTree, gFld("Corporate Governance", "phoenix.zhtml?c=209126&p=irol-govhighlights"));
		govHighlights = insDoc(governance, gLnk("S", "Highlights", "phoenix.zhtml?c=209126&p=irol-govhighlights"));
		govBoard = insDoc(governance, gLnk("S", "Board of Directors", "phoenix.zhtml?c=209126&p=irol-govBoard"));
		govManage = insDoc(governance, gLnk("S", "Management", "phoenix.zhtml?c=209126&p=irol-govManage"));
		govCommComp = insDoc(governance, gLnk("S", "Committee Composition", "phoenix.zhtml?c=209126&p=irol-govCommComp"));
		govConduct = insDoc(governance, gLnk("S", "Code of Buisiness Ethics and Conduct", "phoenix.zhtml?c=209126&p=irol-govConduct"));
		govContact = insDoc(governance, gLnk("B", "Contact the Board of Directors", "http://phx.corporate-ir.net/External.File?item=UGFyZW50SUQ9ODgyMzF8Q2hpbGRJRD0tMXxUeXBlPTM=&t=1"));
	insDoc(foldersTree, gLnk("S", "SEC Filings", "phoenix.zhtml?c=209126&p=irol-sec"));
	insDoc(foldersTree, gLnk("S", "Analyst Coverage", "phoenix.zhtml?c=209126&p=irol-analysts"));
	calendarEvents = insFld(foldersTree, gFld("Calendar of Events", "phoenix.zhtml?c=209126&p=irol-calendar"));
		upcomingEvents = insDoc(calendarEvents, gLnk("S", "Upcoming Events", "phoenix.zhtml?c=209126&p=irol-calendar"));
		pastEvents = insDoc(calendarEvents, gLnk("S", "Past Events", "phoenix.zhtml?c=209126&p=irol-calendarpast"));
	insDoc(foldersTree, gLnk("S", "FAQ", "phoenix.zhtml?c=209126&p=irol-faq"));
	insDoc(foldersTree, gLnk("S", "Information Request", "phoenix.zhtml?c=209126&p=irol-inforeq"));
	insDoc(foldersTree, gLnk("S", "E-mail Alerts", "phoenix.zhtml?c=209126&p=irol-alerts"));

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
//foldersTree.treeID = "FramelessHili" 
 
