function menu_1(menuon) {
	document.getElementById(menuon).style.color='#fff';
	document.getElementById(menuon).style.background='#386223';
	}

function menu_2(menuon) {
	document.getElementById(menuon).style.color='#386223';
	document.getElementById(menuon).style.background='#fff';
	}

function menu_4(menuon) {
	document.getElementById(menuon).style.color='#fff';
	document.getElementById(menuon).style.background='#386223';
	}

