// changes background color of active menu item on page load
// also calls reset of active menu breadcrumb

function selActive(element) {		
		document.getElementById(element).style.backgroundColor="#BFE2F9";
		show_text(7,'nav_guide');								
		}