//
// 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 = 1
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("Produtos", "")
 
  aux1 = insFld(foldersTree, gFld("Isolantes", ""))
    aux2 = insFld(aux1, gFld("Lã de Vidro", ""))
    	aux3 = insFld(aux2, gFld("Alumisol Plus", "alumisol.html"))
	    aux3 = insFld(aux2, gFld("Duto Flexível", "dutoflex.html"))
		aux3 = insFld(aux2, gFld("Facefelt", "facefelt.html"))
	    aux3 = insFld(aux2, gFld("Flexliner", "flexliner.html"))
	    aux3 = insFld(aux2, gFld("FSB", "fsb.html"))
	    aux3 = insFld(aux2, gFld("Isoflex", "isoflex.html"))
	    aux3 = insFld(aux2, gFld("Lamelnap", "lamelnap.html"))
	    aux3 = insFld(aux2, gFld("Lã Branca", "labranca.html"))
	    aux3 = insFld(aux2, gFld("Mantas Industriais", "mi.html"))
		aux3 = insFld(aux2, gFld("Midfelt", "midfelt.html"))
 	    aux3 = insFld(aux2, gFld("PSI", "psi.html"))
	    aux3 = insFld(aux2, gFld("Rollisol", "rollisol.html"))
	    aux3 = insFld(aux2, gFld("Tubo Bi-Partido", "tubobipartido.html"))
	    aux3 = insFld(aux2, gFld("Wallfelt", "wallfelt.html"))
      
    aux2 = insFld(aux1, gFld("Lã de Rocha", ""))
	    aux3 = insFld(aux2, gFld("Painel", "larocha_painel.html"))
    	aux3 = insFld(aux2, gFld("Tubos", "larocha_tubo.html"))
	    aux3 = insFld(aux2, gFld("Feltro", "larocha_feltro.html"))
  
    aux2 = insFld(aux1, gFld("Fibra Cerâmica", "fibraceramica.html"))
	
	aux2 = insFld(aux1, gFld("Espuma Elastomérica", "elastomerica.html"))
	
	aux2 = insFld(aux1, gFld("Polietileno", "polietileno.html"))

	aux2 = insFld(aux1, gFld("PU - Poliuretano Expandido", "pu.html"))

	aux2 = insFld(aux1, gFld("EPS - Isopor&reg;", "eps.html"))


aux1 = insFld(foldersTree, gFld("Revestimentos", ""))
    aux2 = insFld(aux1, gFld("Alumínio", ""))
    aux2 = insFld(aux1, gFld("Cimento Isolante", ""))
    aux2 = insFld(aux1, gFld("Chapa Galvanizada", ""))	
    aux2 = insFld(aux1, gFld("Emulsão Asfáltica", "easfaltica.html"))
    aux2 = insFld(aux1, gFld("Frio Asfalto", "frioasfalto.html"))
    aux2 = insFld(aux1, gFld("Inox", ""))
    aux2 = insFld(aux1, gFld("Telha Trapezoidal", ""))	

aux1 = insFld(foldersTree, gFld("Sistema de Fixação", "fixacao.html"))
	
aux1 = insFld(foldersTree, gFld("Outros Produtos", ""))
    
aux1 = insFld(foldersTree, gFld("Por Aplicação", ""))
    aux2 = insFld(aux1, gFld("Indústria", ""))
    	aux3 = insFld(aux2, gFld("Tubulação", ""))
			aux4 = insFld(aux3, gFld("Fibra Cerâmica", "fibraceramica.html"))
			aux4 = insFld(aux3, gFld("Lamelnap", "lamelnap.html"))
	       	aux4 = insFld(aux3, gFld("Tubo Bi-partido", "tubobipartido.html"))
	       	aux4 = insFld(aux3, gFld("EPS", "eps.html"))
	       	aux4 = insFld(aux3, gFld("PU", "pu.html"))
			aux4 = insFld(aux3, gFld("Espuma Elastomérica", "elastomerica.html"))
		aux3 = insFld(aux2, gFld("Equipamento", ""))
			aux4 = insFld(aux3, gFld("EPS", "eps.html"))
			aux4 = insFld(aux3, gFld("Espuma Elastomérica", "elastomerica.html"))
			aux4 = insFld(aux3, gFld("Fibra Cerâmica", "fibraceramica.html"))
	       	aux4 = insFld(aux3, gFld("FSB", "fsb.html"))
	       	aux4 = insFld(aux3, gFld("Lã Branca", "labranca.html"))
	       	aux4 = insFld(aux3, gFld("Manta Industrial", "mi.html"))
	       	aux4 = insFld(aux3, gFld("PSI", "psi.html"))
			aux4 = insFld(aux3, gFld("PU", "pu.html"))
	aux2 = insFld(aux1, gFld("Construção Civil", ""))
       	aux3 = insFld(aux2, gFld("Forro", ""))
			aux4 = insFld(aux3, gFld("FSB", "fsb.html"))
	       	aux4 = insFld(aux3, gFld("Rollisol", "rollisol.html"))
	  	aux3 = insFld(aux2, gFld("Telhado", ""))
			aux4 = insFld(aux3, gFld("Alumisol Plus", "alumisol.html"))
			aux4 = insFld(aux3, gFld("Facefelt", "facefelt.html"))
			aux4 = insFld(aux3, gFld("Midfelt", "midfelt.html"))
		aux3 = insFld(aux2, gFld("Parede", ""))
			aux4 = insFld(aux3, gFld("Wallfelt", "wallfelt.html"))
		aux3 = insFld(aux2, gFld("Ar Condicionado", ""))
			aux4 = insFld(aux3, gFld("Duto Flexível", "dutoflex.html"))
			aux4 = insFld(aux3, gFld("Isoflex RT", "isoflex.html"))
			aux4 = insFld(aux3, gFld("Flexliner", "flexliner.html"))
