//
// 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 = 0

foldersTree = gFld("<b>Chess4u.net</b>", "sitemap.htm")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Home", "http://www.chess4u.net"))
  aux1 = insFld(foldersTree, gFld("Chess Openings", "chess-openings.htm"))
  aux1 = insFld(foldersTree, gFld("Chess Rules", "chess-rules.htm"))
  aux1 = insFld(foldersTree, gFld("Play Chess", "play-chess.htm"))
  aux1 = insFld(foldersTree, gFld("Chess Books", "chess-books.htm"))
  aux1 = insFld(foldersTree, gFld("Games Collection", "games-collection.htm"))
    aux2 = insFld(aux1, gFld("Unofficial World Champions Games", "unofficial-champions.htm"))
    aux2 = insFld(aux1, gFld("Official World Champions Games", "official-champions.htm"))
    aux2 = insFld(aux1, gFld("World Championships Games", "world-championships.htm"))
  aux1 = insFld(foldersTree, gFld("Chess Downloads", "chess-downloads.htm"))
    aux2 = insFld(aux1, gFld("Chess Playing Programs", "chess-programs-download.htm"))
    aux2 = insFld(aux1, gFld("Chess Database Management and Utilities", "chess-databases-download.htm"))
    aux2 = insFld(aux1, gFld("Pocket PC Chess", "chess-pocketpc-download.htm"))    
  aux1 = insFld(foldersTree, gFld("Online Chess", "online-chess.htm"))
  aux1 = insFld(foldersTree, gFld("Elo FIDE Rating", "elo-fide.aspx"))
  aux1 = insFld(foldersTree, gFld("Calculate Elo Rating", "calculate-elo.htm"))
  aux1 = insFld(foldersTree, gFld("Chess Links", "chess-links.htm"))  