//
// 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. 
//

// Configures whether the names of the nodes are links (or whether only the icons
// are links).
USETEXTLINKS = 1

// Configures whether the tree is fully open upon loading of the page, or whether
// only the root node is visible.
STARTALLOPEN = 0
// use icons to no
USEICONS = 0
// Specify if the images are in a subdirectory;
ICONPATH = ''

// specifies that the folder text wraps to next line
WRAPTEXT=1

foldersTree = gFld("<img src='b-home.gif' border='0'>", "2cover-1.html" )
  foldersTree.treeID = "Frameset"

  aux1 = insFld(foldersTree, gFld("<img src='b-mission.gif' border='0'>", "mission.html"))  
  aux1 = insFld(foldersTree, gFld("<img src='b-nclb.gif' border='0'>", "nclb.html"))
    aux2 = insFld(aux1, gFld("<img src='bb-mathhistory.gif' border='0'>", "mathhistory.html"))			
  aux1 = insFld(foldersTree, gFld("<img src='b-ourclients.gif' border='0'>", "ourclients.html"))	
  aux1 = insFld(foldersTree, gFld("<img src='b-whitepaper.gif' border='0'>", "whitepaper.html")) 
  aux1 = insFld(foldersTree, gFld("<img src='b-eecplan.gif' border='0'>", "eecplan.html")) 

		
  aux1 = insFld(foldersTree, gFld("<img src='b-whatwedo.gif' border='0'>", "whatwedo.html"))  
    aux2 = insFld(aux1, gFld("<img src='bb-seminars.gif' border='0'>", "seminars.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-ccc.gif' border='0'>", "ccc.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-taks.gif' border='0'>", "taks.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-20day.gif' border='0'>", "20day.html"))	
        insDoc(aux2, gLnk("R", "<img src='bb-fdp.gif' border='0'>", "fdp.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-vocabulary.gif' border='0'>", "vocabulary.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-proportions.gif' border='0'>", "proportions.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-geometry.gif' border='0'>", "geometry.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-measurement.gif' border='0'>", "measurement.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-bridgebasics.gif' border='0'>", "bridgebasics.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-integers.gif' border='0'>", "integers.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-equations.gif' border='0'>", "equations.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-objective5.gif' border='0'>", "objective5.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-questioning.gif' border='0'>", "questioning.html"))		 
  	aux2 = insFld(aux1, gFld("<img src='bb-inschoolserv.gif' border='0'>", "services.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-coaching.gif' border='0'>", "coaching.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-pullout.gif' border='0'>", "pullout.html"))
        insDoc(aux2, gLnk("R", "<img src='bb-scopeseq.gif' border='0'>", "scopeseq.html"))	
	
	
  aux1 = insFld(foldersTree, gFld("<img src='b-ani-results.gif' border='0'>", "results.html"))
		insDoc(aux1, gLnk("R", "<img src='bb-20daywin.gif' border='0'>", "20daywin.html"))		
  aux1 = insFld(foldersTree, gFld("<img src='b-hotel.gif' border='0'>", "hotel.html")) 
  aux1 = insFld(foldersTree, gFld("<img src='b-teach-mnth.gif' border='0'>", "teacher.html")) 
  
  aux1 = insFld(foldersTree, gFld("<img src='b-kudos.gif' border='0'>", "kudos.html"))
        insDoc(aux1, gLnk("R", "<img src='bb-administrators.gif' border='0'>", "administrators.html"))
        insDoc(aux1, gLnk("R", "<img src='bb-teachers.gif' border='0'>", "teachers.html"))
        insDoc(aux1, gLnk("R", "<img src='bb-others.gif' border='0'>", "others.html"))
		
		
		
  aux1 = insFld(foldersTree, gFld("<img src='b-resume.gif' border='0'>", "resume.html"))
        insDoc(aux1, gLnk("R", "<img src='bb-prof-assoc.gif' border='0'>", "professional.html"))
		

  aux1 = insFld(foldersTree, gFld("<img src='b-forum.gif' border='0'>", "forum.html"))
  aux1 = insFld(foldersTree, gFld("<img src='b-webe-at.gif' border='0'>", "webe-at.html"))			
	
  aux1 = insFld(foldersTree, gFld("<img src='b-policies.gif' border='0'>", "policies.html"))	
  aux1 = insFld(foldersTree, gFld("<img src='b-contactus.gif' border='0'>", "contactus.html"))	

  
  
