function activeMenu(pIndex){
	// Hilights the element of the nav bar. pIndex is zero-based.
	$('nav').getElements('li')[pIndex].addClass('active');
}
