// 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.


USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1
HIGHLIGHT_BG = '#aaaaaa'
//
// The following code constructs the tree.
// 

foldersTree = gFld("<b>DETEXI Software Installation </b>", "javascript:undefined")
  foldersTree.treeID = "Frameless"
  	aux1 = insFld(foldersTree, gFld("Minimum Requirements", "installation.html"))
  	aux1 = insFld(foldersTree, gFld("Install DETEXI Software", "registration.html"))
  	aux1 = insFld(foldersTree, gFld("Software Components", "components.html"))	
	aux1 = insFld(foldersTree, gFld("<b>Network Options and Setup</b>", "javascript:undefined"))
		aux2 = insFld(aux1, gFld("Single LAN", "network-lan.html"))
		aux2 = insFld(aux1, gFld("Single LAN and Internet", "network-lan-internet.html"))
		aux2 = insFld(aux1, gFld("Dual LAN", "network-dual-lan.html"))
	aux1 = insFld(foldersTree, gFld("<b>Windows Security &raquo;</b>", "security.html"))
	aux1 = insFld(foldersTree, gFld("<b>DETEXI Reliability System &raquo;</b>", "reliability.html"))
		aux2 = insFld(aux1, gFld("Setup Health Monitoring", "setuphealth.html"))
	aux1 = insFld(foldersTree, gFld("<b>Manuals</b>", "manuals.html"))
	aux1 = insFld(foldersTree, gFld("<b>Glossary of Terms</b>", "glossary.html"))
  


	
	


