//
// 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


//
// The following code constructs the tree.
//
foldersTree = gFld("<b></b>", "demoFramelessHili.html")


aux2 = insFld(foldersTree, gFld("&nbsp; Home &nbsp;", "index.html"))

aux2 = insFld(foldersTree, gFld("&nbsp; News &nbsp;", "news.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; About &nbsp;", "javascript:undefined"))
	insDoc(aux2, gLnk("S", "&nbsp; - Mission &nbsp;", "mission.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Thanks &nbsp;", "thanks.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; 3D Gallery &nbsp;", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "&nbsp; - Architectural &nbsp;", "architectural.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Interiors &nbsp;", "interiors.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Characters &nbsp;", "character3D.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Cars &nbsp;", "cars.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Game Models &nbsp;", "game_models.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Logos &nbsp;", "logos.html"))
	insDoc(aux2, gLnk("S", "&nbsp; - Engineering &nbsp;", "engineering.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; 2D Gallery &nbsp;", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "&nbsp; - Characters &nbsp;", "character2D.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Environments &nbsp;", "environment.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Sketches &nbsp;", "sketches.html"))
	insDoc(aux2, gLnk("S", "&nbsp; - Storyboards &nbsp;", "storyboards.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; Animation &nbsp;", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "&nbsp; - Characters &nbsp;", "animation.html"))
    insDoc(aux2, gLnk("S", "&nbsp; - Effects &nbsp;", "animation_fx.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; Interactive &nbsp;", "interactive.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; Downloads &nbsp;", "javascript:undefined"))
	insDoc(aux2, gLnk("S", "&nbsp; - Wallpapers &nbsp;", "wallpapers.html"))
	insDoc(aux2, gLnk("S", "&nbsp; - NBA Wallpapers &nbsp;", "nbawallpapers.html"))
	insDoc(aux2, gLnk("S", "&nbsp; - Car Wallpapers &nbsp;", "carwallpapers.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; Links &nbsp;", "links.html"))


aux2 = insFld(foldersTree, gFld("&nbsp; Contact &nbsp;", "contact.html"))

  
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 