//
// 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 = 0
PRESERVESTATE = 1
HIGHLIGHT = 1

//
// The following code constructs the tree.
//


foldersTree = gFld("<font color='#000000'>PROLIBRE - ADVOCACIA</font>", "")
  aux2 = insFld(foldersTree, gFld("<font color='#003366'>Direito Civil e Comercial</fong>", ""))
    insDoc(aux2, gLnk("S", "Relações comerciais e cíveis ", ""))
	insDoc(aux2, gLnk("S", "Divergências societárias", ""))
	 insDoc(aux2, gLnk("S", "Indenização por atos ilícitos", ""))
	  insDoc(aux2, gLnk("S", "Relações de consumo", ""))
	 insDoc(aux2, gLnk("S", "Direitos difusos coletivos e individuais", ""))
	  insDoc(aux2, gLnk("S", "Recuperação de crédito", ""))
	   insDoc(aux2, gLnk("S", "Posse e propriedade de imóveis", ""))
	  
	 

	aux2 = insFld(foldersTree, gFld("<font color='#003366'>Direito Imobiliário</font>", ""))
  insDoc(aux2, gLnk("S", "Assessoria em transações imobiliárias", "")) 
    insDoc(aux2, gLnk("S", "Instituições de condomínio"))
	 
 
 aux2 = insFld(foldersTree, gFld("<font color='#003366'>Contratos</font>", ""))
 insDoc(aux2, gLnk("S", "Elaboração e análise de contratos", ""))
 insDoc(aux2, gLnk("S", "Contratos de prestação de serviços", ""))
	insDoc(aux2, gLnk("S", "Contratos de promessa e escritura pública", ""))
	insDoc(aux2, gLnk("S", "Análise de cláusulas contratuais", ""))
	insDoc(aux2, gLnk("S", "Negociação de contratos em geral", ""))
	
	
	aux2 = insFld(foldersTree, gFld("<font color='#003366'>Trabalhista e Seguridade Social</font>", ""))
 insDoc(aux2, gLnk("S", "Contencioso administrativo e judicial", ""))
 insDoc(aux2, gLnk("S", "Contribuições previdenciárias ", ""))
	insDoc(aux2, gLnk("S", "Contratos de trabalho", ""))
	insDoc(aux2, gLnk("S", "Negociação sindical", ""))
	insDoc(aux2, gLnk("S", "Doenças ocupacionais e acidentes do trabalho", ""))
	insDoc(aux2, gLnk("S", "Dissídios coletivos", ""))
	
 
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 