function updated_page() {
	document.write("Updated November 2007")
	}

function updateFooter() {

	document.write("<a href='http://www.nsf.gov' target='_blank'>National Science Foundation</a> | ");
	document.write("<a href=http://www.ume.maine.edu/LASST/ target='_blank'>LASST</a> | ");
	document.write("<a href='http://www.umaine.edu' target='_blank'>The University of Maine</a><br><br>");


	document.write("Laboratory for Surface Science and Technology (LASST)<br>");
	document.write("Engineering & Science Research Building<br>Barrows Hall<br>University of Maine<br>");
	document.write("Orono, Maine 04469");
	}


function info_change(name_link) {
	if (name_link == "None") {
		info_title.innerHTML = "<strong>Welcome</strong>";
		info_area.innerHTML = "Welcome to the GK-12 Sensors! program at UMaine";
	}

	if (name_link == "Home") {
		info_title.innerHTML = "<strong>Home</strong>";
		info_area.innerHTML = "GK-12 Sensors! homepage; news and upcoming events";
	}

	if (name_link == "Sensors") {
		info_title.innerHTML = "<strong>Sensors</strong>";
		info_area.innerHTML = "Information on sensors and sensor related issues";
	}

	if (name_link == "Fellows") {
		info_title.innerHTML = "<strong>Fellows</strong>";
		info_area.innerHTML = "Meet the fellows";
	}

	if (name_link == "Forum") {
		info_title.innerHTML = "<strong>Forum</strong>";
		info_area.innerHTML = "A virtual meeting place to exchange ideas";
	}

	if (name_link == "Classes") {
		info_title.innerHTML = "<strong>Classes</strong>";
		info_area.innerHTML = "High school classes that are involved with the program";
	}

	if (name_link == "Contact") {
		info_title.innerHTML = "<strong>Contact info</strong>";
		info_area.innerHTML = "Information for businesses, schools, and future fellows on getting involved";
	}

	if (name_link == "Projects") {
		info_title.innerHTML = "<strong>Projects</strong>";
		info_area.innerHTML = "Past and present projects";
	}

	if (name_link == "Sponsors") {
		info_title.innerHTML = "<strong>Sponsors</strong>";
		info_area.innerHTML = "Our sponsors";
	}

}