function selectSection(section) {
	Element.addClassName(section+'_link','selected');
}
