//
// 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
HIGHLIGHT_BG = '#666666'
HIGHLIGHT_COLOR = 'white'
ICONPATH = '../images/'

//
// The following code constructs the tree.  
// 

foldersTree = gFld("", "")
foldersTree.treeID = "arch"
aux1 = insFld(foldersTree, gFld("Products Overview", "overview.htm"))
 	insDoc(aux1, gLnk("S", "CavClear Advantages", "whatiscavclear.htm"))
    insDoc(aux1, gLnk("S", "Insulation System", "insulationsystem.htm"))
    insDoc(aux1, gLnk("S", "Masonry Mat", "masonrymat.htm"))
    insDoc(aux1, gLnk("S", "Stone Mat", "stonemat.htm"))
	insDoc(aux1, gLnk("S", "Weep Vents", "weepvents.htm"))
	insDoc(aux1, gLnk("S", "Brochures & Cut Sheets", "brochures.htm"))
aux1 = insFld(foldersTree, gFld("Technical Information", "threepartspecs.htm"))
	insDoc(aux1, gLnk("S", "Guide Specifications", "threepartspecs.htm"))
	insDoc(aux1, gLnk("S", "Submit Specfications for Review", "submitspecs.htm"))
	insDoc(aux1, gLnk("S", "CAD Drawings", "cad_drawings.htm"))
    insDoc(aux1, gLnk("S", "Installation Instructions", "installation_instructions.htm"))
    insDoc(aux1, gLnk("S", "Drainage Wall Illustration", "drainagewall_sketches.htm"))
	insDoc(aux1, gLnk("S", "Submittals: MSDS, Cut Sheets, Certificates of Compliance, Samples", "certificate_compliance.htm"))
	insDoc(aux1, gLnk("S", "CavClear LEED Information", "leedinfo.htm"))
aux1 = insFld(foldersTree, gFld("Examples Gallery", "project_map.htm"))
    insDoc(aux1, gLnk("S", "Project List", "project_map.htm"))
	insDoc(aux1, gLnk("S", "Completed Project Photos", "completed_projects.htm"))
    insDoc(aux1, gLnk("S", "CavClear in Action", "cavclearaction.htm"))
aux1 = insFld(foldersTree, gFld("Contact Us", "email.htm"))
	insDoc(aux1, gLnk("S", "Request Information", "request.htm"))
	insDoc(aux1, gLnk("S", "Submit Specifications for Review", "submitspecs.htm"))
	insDoc(aux1, gLnk("S", "E-mail", "mailto:info@cavclear.com"))
	insDoc(aux1, gLnk("S", "About Us", "about.htm"))