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