//

USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 0


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Website Options</b>", "javascript:undefined")
aux2 = insFld(foldersTree, gFld("Home", "index.html"))
aux2 = insFld(foldersTree, gFld("Committee", "committee.html"))
aux2 = insFld(foldersTree, gFld("Club Policies", "clubpolicies.html"))
aux2 = insFld(foldersTree, gFld("Facilities ", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Gym", "gym.html"))
    insDoc(aux2, gLnk("S", "All Weather", "allweather.html"))
  aux2 = insFld(foldersTree, gFld("Senior Teams ", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Senior Team", "senior.html"))
    insDoc(aux2, gLnk("S", "A Team", "seniora.html"))
    insDoc(aux2, gLnk("S", "B Team", "seniorb.html"))
    insDoc(aux2, gLnk("S", "C Team", "seniorc.html"))
    insDoc(aux2, gLnk("S", "D Team", "seniord.html"))
  aux2 = insFld(foldersTree, gFld("Under Age", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "U18", "underageu18.html"))
    insDoc(aux2, gLnk("S", "U16", "underageu16.html"))
    insDoc(aux2, gLnk("S", "U15", "underageu15.html"))
    insDoc(aux2, gLnk("S", "U14", "underageu14.html"))
    insDoc(aux2, gLnk("S", "U13", "underageu13.html"))
    insDoc(aux2, gLnk("S", "U12", "underageu12.html"))
    insDoc(aux2, gLnk("S", "U11", "underageu11.html"))
    insDoc(aux2, gLnk("S", "U10", "underageu10.html"))
    insDoc(aux2, gLnk("S", "U6-U9", "underageu6_u9.html"))
aux2 = insFld(foldersTree, gFld("Coaching", "coaching.html"))	
aux2 = insFld(foldersTree, gFld("Honour Roll", "rollofhonour.html"))
aux2 = insFld(foldersTree, gFld("Draw", "draw.html"))
aux2 = insFld(foldersTree, gFld("Sponsors", "sponsors.html"))
aux2 = insFld(foldersTree, gFld("Archives", "archives.html"))
aux2 = insFld(foldersTree, gFld("News", "news.html"))
aux2 = insFld(foldersTree, gFld("Contact Us", "contactus.html"))
aux2 = insFld(foldersTree, gFld("Links", "links.html"))











//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 