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

//
// 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("<span class='menuTitle'>BENJAMIN GARCIA SAXE</span><br/><br/>", "http://www.benjamingarciasaxe.com/")
  foldersTree.treeID = "Frameless" 
  aux1 = insFld(foldersTree, gFld("portfolio", "http://www.benjamingarciasaxe.com/portfolio/"))
    aux2 = insFld(aux1, gFld("architecture", "http://www.benjamingarciasaxe.com/portfolio/architecture"))	
	aux2 = insFld(aux1, gFld("furniture", "http://www.benjamingarciasaxe.com/portfolio/furniture"))	
	aux2 = insFld(aux1, gFld("sculpture", "http://www.benjamingarciasaxe.com/portfolio/sculpture"))	
	aux2 = insFld(aux1, gFld("painting", "http://www.benjamingarciasaxe.com/portfolio/painting"))
	aux2 = insFld(aux1, gFld("jewellery", "http://www.benjamingarciasaxe.com/portfolio/jewellery"))	
	aux2 = insFld(aux1, gFld("ceramics", "http://www.benjamingarciasaxe.com/portfolio/ceramics"))
	aux2 = insFld(aux1, gFld("photography", "http://www.benjamingarciasaxe.com/portfolio/photography"))
  aux1 = insFld(foldersTree, gFld("philosophy", "http://www.benjamingarciasaxe.com/philosophy"))
  aux1 = insFld(foldersTree, gFld("cv", "http://www.benjamingarciasaxe.com/cv"))
  aux1 = insFld(foldersTree, gFld("contact", "http://www.benjamingarciasaxe.com/contact"))

