//
// 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>Menu Options</b>", "/site/education/erg_09-10.cfm?erg=Mission")

  aux2 = insFld(foldersTree, gFld("Mission", "/site/education/erg_09-10.cfm?erg=Mission"))

  aux2 = insFld(foldersTree, gFld("Outreach", "/site/education/erg_09-10.cfm?erg=Outreach"))
    insDoc(aux2, gLnk("S", "Description", "/site/education/erg_09-10.cfm?erg=Outreach"))
    insDoc(aux2, gLnk("S", "Standards", "/site/education/erg_09-10.cfm?SSEP=Outreach"))

  aux2 = insFld(foldersTree, gFld("Family Science Night", "/site/education/erg_09-10.cfm?erg=FamilyScienceNights"))
    insDoc(aux2, gLnk("S", "Description", "/site/education/erg_09-10.cfm?erg=FamilyScienceNights"))
    insDoc(aux2, gLnk("S", "Standards", "/site/education/erg_09-10.cfm?SSEP=FamilyScienceNights"))
	
  aux2 = insFld(foldersTree, gFld("Workshop", "/site/education/erg_09-10.cfm?erg=Workshops"))
    insDoc(aux2, gLnk("S", "Description", "/site/education/erg_09-10.cfm?erg=Workshops"))
    insDoc(aux2, gLnk("S", "Standards", "/site/education/erg_09-10.cfm?SSEP=Workshops"))

  aux2 = insFld(foldersTree, gFld("Nierman Challenger Learning Center", "/site/education/erg_09-10.cfm?erg=Challenger"))
      insDoc(aux2, gLnk("S", "Description", "/site/education/erg_09-10.cfm?erg=Challenger"))				
	  insDoc(aux2, gLnk("S", "Standards", "/site/education/erg_09-10.cfm?SSEP=Challenger"))
	  
  aux2 = insFld(foldersTree, gFld("IMAX  Films", "/site/education/erg_09-10.cfm?erg=IMAX"))
      insDoc(aux2, gLnk("S", "Description", "/site/education/erg_09-10.cfm?erg=IMAX"))				
	  insDoc(aux2, gLnk("S", "Standards", "/site/education/erg_09-10.cfm?SSEP=IMAX"))	  
	
  aux2 = insFld(foldersTree, gFld("Home School Workshops", "/site/education/erg_09-10.cfm?erg=HomeSchoolWorkshops"))
  
    aux2 = insFld(foldersTree, gFld("Teacher Guide", "/site/education/erg_09-10.cfm?erg=TeacherGuide"))

  aux2 = insFld(foldersTree, gFld("General Information", "/site/education/erg_09-10.cfm?erg=GeneralInformation"))
  
  aux2 = insFld(foldersTree, gFld("Exhibit Galleries", "/site/education/erg_09-10.cfm?erg=ExhibitGalleries"))

  aux2 = insFld(foldersTree, gFld("Contact Us", "/site/education/erg_09-10.cfm?erg=ContactUs"))
  


//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 