function toggleNav(which,what) {
		document.getElementById('nav_'+ which).style.display = what;
}
