// 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 = 0USEFRAMES = 0USEICONS = 0WRAPTEXT = 1PERSERVESTATE = 1HIGHLIGHT = 1foldersTree = gFld("<B>Home</B>", "/index.shtml")    aux2 = insFld(foldersTree, gFld("<B>About the Department</B>", "javascript:undefined")) 			insDoc(aux2, gLnk("S", "Chair's Welcome", "/about/message.shtml")) 			insDoc(aux2, gLnk("S", "Visit Us", "/about/directions.shtml")) 			insDoc(aux2, gLnk("S", "Contact Us", "/about/staff.shtml")) 			insDoc(aux2, gLnk("S", "Job Openings", "/about/jobs.shtml")) 			insDoc(aux2, gLnk("B", "Stony Brook", "http://www.stonybrookvillage.com/"))    aux2 = insFld(foldersTree, gFld("<B>Education</B>", "javascript:undefined"))      insDoc(aux2, gLnk("S", "Graduate Progam", "/graduate/graduate-index.shtml"))      insDoc(aux2, gLnk("S", "Admissions", "/graduate/admissions.shtml"))      insDoc(aux2, gLnk("S", "Training Faculty", "/graduate/mentors.shtml"))	  insDoc(aux2, gLnk("S", "Course of Study", "/graduate/course.shtml"))      insDoc(aux2, gLnk("S", "Seminar Series", "/calendar/gradseminar.shtml"))	  insDoc(aux2, gLnk("S", "Student Achievements", "/graduate/achievements.shtml"))      insDoc(aux2, gLnk("S", "Links for Students", "/graduate/current-students.shtml"))    aux2 = insFld(foldersTree, gFld("<B>Calendar</B>", "javascript:undefined"))      insDoc(aux2, gLnk("S", "Departmental Seminars", "/calendar/seminars.shtml"))      insDoc(aux2, gLnk("S", "Graduate Student Seminars", "/calendar/gradseminar.shtml"))      insDoc(aux2, gLnk("S", "Special Lectures", "/calendar/lectures.shtml"))	  insDoc(aux2, gLnk("S", "Faculty Presentation", "/calendar/faculty.shtml"))      insDoc(aux2, gLnk("S", "Graduate Student Dissertation Defense", "/calendar/dissertation.shtml"))	  insDoc(aux2, gLnk("S", "Events", "/calendar/events.shtml"))aux2 = insFld(foldersTree, gFld("<B>Resources</B>", "javascript:undefined"))      insDoc(aux2, gLnk("S", "Research Centers", "/resources/centers.shtml"))      insDoc(aux2, gLnk("S", "Core Facilities", "/resources/facilities.shtml"))      insDoc(aux2, gLnk("S", "Funding Opportunities", "/resources/funding.shtml")) aux2 = insFld(foldersTree, gFld("<B>Research</B>", "javascript:undefined"))      insDoc(aux2, gLnk("S", "Faculty & Labs", "/research/faculty.shtml"))      insDoc(aux2, gLnk("S", "Adjunct Faculty", "/research/adjunct.shtml"))      insDoc(aux2, gLnk("S", "Alumni", "/research/alumni.shtml"))	  insDoc(aux2, gLnk("S", "Undergraduate Research Program", "/research/undergraduate.shtml"))aux2 = insFld(foldersTree, gFld("<B>News</B>", "javascript:undefined"))      insDoc(aux2, gLnk("S", "Awards", "/news/awards.shtml"))      insDoc(aux2, gLnk("S", "Appointments", "/news/appointments.shtml"))      insDoc(aux2, gLnk("S", "Promotions", "/news/Promotions.shtml"))	  insDoc(aux2, gLnk("S", "Recent Graduates", "/news/graduates.shtml"))	  insDoc(aux2, gLnk("S", "In the Spotlight", "/graduate/studentspotlight.shtml"))       	  	 	  //Set this string if Treeview and other configuration files may also be loaded in the same sessionfoldersTree.treeID = "t2"  