d = documentHiColor = "#9DB2C1"SectionFolders = new Array ("", "People", "Research", "Pubs", "Teaching", "Internal", "Links.asp")SectionNames  = new Array ("", "People", "Research", "Publications", "Teaching", "Internal", "Links")NumberOfSections = SectionFolders.lengthFolderArray = window.location.pathname.split("/")Section = FolderArray[2]if (Section == "index.asp" || Section == "") {SectionNum = 0}else {	for (var i=1; i<NumberOfSections; i++) {	if (Section == SectionFolders[i]) {	SectionNum = i	}}	// Remove comment slashes if Hilight desired	d.getElementById("Link" + eval(SectionNum)).style.color=HiColor}