		var Tree = new Array;
		// nodeId | parentNodeId | nodeName | nodeUrl
		Tree[0]  = "1|0|People|/people/index.shtml";

		Tree[1]  = "2|1|Faculty|/people/faculty.shtml";
		Tree[2]  = "3|2|CSI Faculty|/people/regular.shtml";
		Tree[3]  = "4|2|Adjunct and Reseach|/people/adjunct.shtml";
		Tree[4]  = "5|2|Associated Faculty|/people/associated.shtml";		
		Tree[5]  = "6|1|Staff|/people/staff.shtml";
		Tree[6]  = "7|1|Ph.D. Students|/people/students.shtml";
		Tree[7]  = "8|1|Alumni|/people/alumni.shtml";




