// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1




foldersTree = gFld("Home", "/index.php")
    aux2 = insFld(foldersTree, gFld("About Us", "/about/"))
 			insDoc(aux2, gLnk("S", "History", "/about/"))
 			insDoc(aux2, gLnk("S", "Approach", "/about/approach.php"))
 			insDoc(aux2, gLnk("S", "Team", "/about/team.php"))
			//insDoc(aux2, gLnk("S", "Resources", "/about/resources.php"))
    //aux2 = insFld(foldersTree, gFld("Investor Relations", "/investors/"))
      		//insDoc(aux2, gLnk("S", "SEC Filings", "/investors/"))
      		//insDoc(aux2, gLnk("S", "Press Releases", "/investors/"))
			//insDoc(aux2, gLnk("S", "Media Coverage", "/investors/"))
	//aux2 = insFld(foldersTree, gFld("Campus Locations", "/locations/"))
			//insDoc(aux2, gLnk("S", "Europe", "/locations/"))
      		//insDoc(aux2, gLnk("S", "US", "/locations/"))
	aux2 = insFld(foldersTree, gFld("Contact Us", "/contact/"))
	//aux2 = insFld(foldersTree, gFld("Employment", "/employment/"))

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 