//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 0
ICONPATH="http://www.mcnichols.com/images/tree/"

foldersTree = gFld("", "")
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Current Job Opportunities</b></span>", "/careers/currentOpps/"))
		insDoc(aux1, gLnk("S", "Available Positions", "/careers/currentOpps/"))
		insDoc(aux1, gLnk("S", "Apply Online!", "/eCommerce/careers/jobApplication.do?act=getJobApplication"))
		insDoc(aux1, gLnk("S", "Career Path Training Program", "/careers/career-path-training-program.html"))
		
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Benefits</b></span>", "/careers/benefits/"))
 		insDoc(aux1, gLnk("S", "Employee Benefits", "/careers/benefits/"))
 		insDoc(aux1, gLnk("S", "Awards and Incentives", "/careers/benefits/awardsprograms.html"))

 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Past, Present and Future</b></span>", "/careers/pastPresentFuture/minute.html"))		
		insDoc(aux1, gLnk("S", "McNICHOLS in a Minute", "/careers/pastPresentFuture/minute.html"))
		insDoc(aux1, gLnk("S", "The Hole Story", "/careers/pastPresentFuture/holestory.html"))
		insDoc(aux1, gLnk("S", "Trace Our History", "/careers/pastPresentFuture/timeline.html"))
		insDoc(aux1, gLnk("S", "The Future of McNICHOLS", "/careers/pastPresentFuture/future.html"))	
		insDoc(aux1, gLnk("S", "McNICHOLS Statistics", "/careers/pastPresentFuture/stats.html"))	
		
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Working for McNICHOLS</b></span>", "/careers/deptsAndRoles/areas.html"))
		//insDoc(aux1, gLnk("S", "Meet the Team", "/careers/deptsAndRoles/team.html"))
		insDoc(aux1, gLnk("S", "Areas of Interest", "/careers/deptsAndRoles/areas.html"))
		insDoc(aux1, gLnk("S", "Your Career Path", "/careers/deptsAndRoles/careerPath.html"))
		insDoc(aux1, gLnk("S", "FAQ", "/careers/deptsAndRoles/faq.html"))
		
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Organizational Culture</b></span>", "/careers/orgCulture/community.html"))
		insDoc(aux1, gLnk("S", "Community Involvement", "/careers/orgCulture/community.html"))
		insDoc(aux1, gLnk("S", "Having Fun at McNICHOLS", "/careers/orgCulture/fun.html"))		
		
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Office Locations</b></span>", "/careers/officeLocations/"))
		insDoc(aux1, gLnk("S", "Find a Location Near You", "/careers/officeLocations/"))
		insDoc(aux1, gLnk("S", "McNICHOLS Headquarters", "/careers/officeLocations/hq.html"))
		insDoc(aux1, gLnk("S", "McNICHOLS Districts", "/careers/officeLocations/warehouse.html"))
		
 	aux1 = insFld(foldersTree, gFld("<span class='LeftNavHeader'><b>Campus Opportunities</b></span>", "/careers/campusOpps/events.html"))
		//insDoc(aux1, gLnk("S", "Apprenticeships", "/careers/campusOpps/apprentice.html"))
		//insDoc(aux1, gLnk("S", "Internships", "/careers/campusOpps/intern.html"))
		insDoc(aux1, gLnk("S", "Recruiting Events", "/careers/campusOpps/events.html"))
		insDoc(aux1, gLnk("S", "Career Path Training Program", "/careers/career-path-training-program.html"))
		
//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
