function activeLink(section) {
	document.getElementById(section).id="active";
}
