d = documentHiColor = "#408A94"SectionFolders = new Array ("", "Research", "People", "Pubs", "ProtData", "Links.asp", "Life", "Internal")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.background=HiColor}