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

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