function navigation_on(section) {
	Element.show(section);
}

function navigation_off(section) {
	Element.hide(section);
}