// JavaScript Document
function highlightSection(aSection) {
	if (aSection == null) {
		// alert('no highlight.');
		return;
	} else if (aSection == 0) {
		MM_swapImage('topMenu_r2_c2','','images/topMenu_r2_c2_f2.gif',1);
		// alert('highlight: ' + aSection);
		return;
	}  else if (aSection == 1) {
		MM_swapImage('topMenu_r2_c4','','images/topMenu_r2_c4_f2.gif',1);
		// alert('highlight: ' + aSection);
		return;
	}  else if (aSection == 2) {
		MM_swapImage('topMenu_r2_c6','','images/topMenu_r2_c6_f2.gif',1);
		// alert('highlight: ' + aSection);
		return;
	}  else if (aSection == 3) {
		MM_swapImage('topMenu_r2_c8','','images/topMenu_r2_c8_f2.gif',1);
		// alert('highlight: ' + aSection);
		return;
	}
}
// alert('global functions loaded.');
