//
// 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

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// Tree Options
//  - Expand for example with pics and flags
//    - United States
//      - Boston
//      - Tiny pic of New York City
//      - Washington
//    - Europe
//      - London
//      - Lisbon
//  - Types of node
//    - Expandable with link
//      - London
//    - Expandable without link
//      - NYC
//    - Opens in new window
//

foldersTree = gFld("<b></b>", "Visual_Communication.html")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("<b>Endpoints</b>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<b>Emblaze-VCON</b>", "Endpoint_Emblaze.html"))
      insDoc(aux2, gLnk("S", "<b>Software Endpoints</b>", "Endpoint_Emblaze_Software.html"))
      insDoc(aux2, gLnk("S", "<b>Hardware Endpoints</b>", "Endpoint_Emblaze_Hardware.html"))
    aux2 = insFld(aux1, gFld("<b>Tandberg</b>", "Endpoint_Tandberg.html"))
	aux3 = insFld(aux1, gFld("<b>Sony</b>", "Endpoint_Sony.html"))
	aux4 = insFld(aux1, gFld("<b>Aethra</b>", "Endpoint_Aethra.html"))
	aux5 = insFld(aux1, gFld("<b>LifeSize</b>", "Endpoint_Lifesize.html"))
	aux6 = insFld(aux1, gFld("<b>Polycom</b>", "Endpoint_Polycom.html"))
	
  aux1 = insFld(foldersTree, gFld("<b>Infrastructure</b>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("<b>Emblaze-VCON</b>", "Infra_Emblaze.html"))
    aux2 = insFld(aux1, gFld("<b>Polycom</b>", "Infra_Polycom.html"))
	aux2 = insFld(aux1, gFld("<b>Radvision</b>", "Infra_Radvision.html"))
	aux2 = insFld(aux1, gFld("<b>LifeSize</b>", "Infra_Lifesize.html"))
	aux2 = insFld(aux1, gFld("<b>Codian</b>", "Infra_Codian.html"))
	aux2 = insFld(aux1, gFld("<b>Tandberg</b>", "Infra_Tandberg.html"))
	aux2 = insFld(aux1, gFld("<b>Aethra</b>", "Infra_Aethra.html"))