d = documentHiColor = "#9DC2B1"SectionFolders = new Array ("", "Research", "Pubs", "LabMembers", "News", "LabLife", "Links.asp", "Intranet")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}