//
// 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
HIGHLIGHT = 1
//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Download Entire Document (PDF)</b>", "forms/2010 Adult Championships Announcement.pdf")
aux2 = insFld(foldersTree, gFld("TECHNICAL ANNOUNCEMENT", "#1"))
aux2 = insFld(foldersTree, gFld("EVENTS", "#2"))
insDoc(aux2, gLnk("S", "Recent Changes", "#2a"))
aux2 = insFld(foldersTree, gFld("REGISTRATION", "#3"))
insDoc(aux2, gLnk("S", "Method", "#4"))
insDoc(aux2, gLnk("S", "Deadlines", "#5"))
insDoc(aux2, gLnk("S", "Eligibility", "#6"))
insDoc(aux2, gLnk("S", "Age Categories", "#7"))
insDoc(aux2, gLnk("S", "Byes", "#8"))
insDoc(aux2, gLnk("S", "Four or Fewer", "#9"))
insDoc(aux2, gLnk("S", "Entry Fees", "#10"))
insDoc(aux2, gLnk("S", "Payment", "#11"))
aux2 = insFld(foldersTree, gFld("TECHNICAL DETAILS", "#12"))
insDoc(aux2, gLnk("S", "Conduct of Events", "#13"))
insDoc(aux2, gLnk("S", "Age Test Qualifications", "#14"))
insDoc(aux2, gLnk("S", "Technical Elements", "#15"))
insDoc(aux2, gLnk("S", "Planned Program Content Sheet", "#16"))
insDoc(aux2, gLnk("S", "Music", "#17"))
insDoc(aux2, gLnk("S", "Official Bulletin Board", "#18"))
insDoc(aux2, gLnk("S", "Schedule", "#18a"))
aux2 = insFld(foldersTree, gFld("ADVANCEMENT TO THE U.S. ADULT CHAMPIONSHIPS", "#19"))
insDoc(aux2, gLnk("S", "Qualifiers", "#20"))
insDoc(aux2, gLnk("S", "Alternates", "#21"))
aux2 = insFld(foldersTree, gFld("INSURANCE/LIABILITY", "#22"))
aux2 = insFld(foldersTree, gFld("CONTACTS", "#23"))
insDoc(aux2, gLnk("S", "LOC  Contact Information:", "#24"))
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 

 