function menu_1(menuon) {
	document.getElementById(menuon).style.color='#8f0029';
	//document.getElementById(menuon).style.background='#000';
	}
function menu_2(menuon) {
	document.getElementById(menuon).style.color='#8f0029';
	//document.getElementById(menuon).style.background='#000';
	}
