// 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>IP Surveillance Design &raquo;</b>", "design.html")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("<b>Component Considerations</b>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Network Cameras", "cameras1.html"))
      insDoc(aux1, gLnk("S", "Video Encoders", "encoders.html"))
      insDoc(aux1, gLnk("S", "Network", "network.html"))
      insDoc(aux1, gLnk("S", "Hardware (PC Server and Storage)", "storage.html"))
	  insDoc(aux1, gLnk("S", "Video Management Software", "software1.html"))
	
  aux1 = insFld(foldersTree, gFld("<b>Setting up IP-Surveillance System</b>", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Define Your Surveillance Needs", "needs.html"))
	aux2 = insFld(aux1, gFld("Hardware Considerations", "consider.html"))
	aux2 = insFld(aux1, gFld("<b>DETEXI IP-Surveillance Planning</b>", "javascript:undefined"))
	  insDoc(aux2, gLnk("S", "Calculate Your Bandwidth Needs", "calcbandwidth.html"))
	  insDoc(aux2, gLnk("S", "Calculate Your Storage Needs", "calcstorage.html"))
	  insDoc(aux2, gLnk("S", "PC Server Selection", "pcserver.html"))
	  insDoc(aux2, gLnk("S", "PC Client Selection", "pcclient.html"))
	  insDoc(aux2, gLnk("S", "Scalability - Network of NVRs", "scalability.html"))
	  insDoc(aux1, gLnk("S", "<b>Quick Checklist</b>", "checklist.html"))



	
	


