MenuName = new Array ("Overview", "Faculty", "GradPrograms", "UndergradStudy", "Resources", "NewsEvents", "Outreach", "Jobs")SectName = new Array ("Overview", "Faculty &amp; Research", "Graduate Programs", "Undergraduate Study", "Resources", "News &amp; Events", "Outreach", "Jobs")if (Bubbles) {	List1 = new Array ("Intro.html | Introduction", "Life/ | Life at MCB", "Tour/ | Virtual Tour", "Directions.html | Directions", "Contact.html | Contact Us")	List2 = new Array ("faculty_list.php | Faculty", "areas.php | Areas of Research", "gallery.php | Research Gallery")	List3 = new Array ("Intro.html | Introduction", "Programs.html | Programs of Study", "Requirements.html | Requirements", "profiles.php | Student Life", "Students.asp | Students", "Dissertations/ | Recent Dissertations", "Applying.html | Applying", "http://www.mcb.harvard.edu/Outreach/SummerInternship/ |  Undergraduate Summer Internship")	List4 = new Array ("Intro.html | Introduction", "Biology.html | Biology", "Biochem/ | Biochemical Sciences")	List5 = new Array ("Administration/ | Administration", "Facilities/ | Research Facilities", "Support/ | Research Support", "Library/ | Library")	List6 = new Array ("News/ | MCB News", "Calendar/index.asp | Calendar", "Outings.html | Outings", "Pulse/ | Pulse")	//List7 = new Array ("link | Undergraduate Summer Internship", "http://outreach.mcb.harvard.edu/ | High School", "http://www.hcs.harvard.edu/~xmentors/ | Elementary School")	List7 = new Array (  "SummerInternship/ | Undergraduate Summer Internship", "http://outreach.mcb.harvard.edu/ | High School")	List8 = new Array ("Faculty.html | Faculty", "PostDocs.php | Post-Docs", "TeachingFellows.php | Teaching Fellows", "Staff.html | Staff")	for (var i=1; i<9; i++) {				MenuArray = eval("List" + i)		NumLinks = MenuArray.length		ClrImgHeight = (20 + ((NumLinks - 2) * 24))		Folder = MenuName[i-1]		HighLightTag = ""					if (i == Sect) {			HighLightTag = "g"}		d.write("<div id=\"Menu" + i + "\">");		d.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr valign=\"top\"><td><a href=\"/" + Folder + "/\"><img src=\"/Images/Link" + i + "On" + HighLightTag + ".gif\" height=\"26\" width=\"130\" border=\"0\" alt=\"" + SectName[i-1] + "\"></a><br>")		d.write("<a href=\"#\" onmouseover=\"hide()\"><img height=\"" + ClrImgHeight + "\" width=\"130\" src=\"/Images/Spacer.gif\" border=\"0\"></a></td><td")			if (NS4){			d.write(" background=\"/Images/BackColor4.gif\"")			}		d.write("><img height=\"1\" width=\"5\" src=\"/Images/BackColor4.gif\" border=\"0\"><br><table width=\"132\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\" bgcolor=\"" + OnColor + "\">");		for (var j=0; j<NumLinks; j++) {						LinkInfo = MenuArray[j].split(" | ");			LinkURL = LinkInfo[0]			LinkText = LinkInfo[1]			d.write("<tr><td bgcolor=\"" + OffColor + "\" onmouseover=\"this.style.backgroundColor=OnColor;\" onmouseout=\"this.style.backgroundColor=OffColor;\" onClick=\"d.location='/" + Folder + "/" + LinkURL + "'\">")				if (NS4){				d.write("<ilayer width='100%'><layer ID='" + i + j + "' width='100%' onMouseover='this.bgColor=OffColor'; onMouseout='this.bgColor=OnColor';>")				}			d.write("<a href=\"")				if (LinkURL.indexOf("http://") == -1) {				d.write("/" + Folder + "/")				}							d.write(LinkURL + "\" class=\"Menu")				if (i == Sect && (j+1) == Sub) {				d.write("Blue")				}			d.write("\">" + LinkText + "</a>")				if (NS4){				d.write("</layer></ilayer>")				}			d.write("</td></tr>")		}				d.write("</table></td></tr></table></div>")			}		d.write("<div id=\"hidemenu\"><a href=\"#\" onmouseover=\"hide()\"><img height=\"488\" width=\"350\" src=/Images/Spacer.gif border=\"0\"></a></div>")	if (Sect !== 0 && (! NS4)) {	TopPos = 77 + (Sect * 27)	LeftPos = 16			if (Sub == 0) {		TopPos = TopPos + 28		LeftPos = 17		}		d.write("<div id=\"Highlight\" style=\"position: absolute; z-index: 1; left: " + LeftPos + "px; top: " + TopPos + "px; width: 125px; height: 17px; visibility: visible;\"><a href=\"index.html\" onmouseover=\"show(" + Sect + ")\"><img src=\"/Images/Link" + Sect + "Offg.gif\" width=\"125\" height=\"17\" border=\"0\"></a></div>")	}}d.write("<a name=\"Top\"></a>")