function menu_1(menuon) {
	document.getElementById(menuon).style.color='#4f1475';
	document.getElementById(menuon).style.background='#ffffff';
	}

function menu_2(menuon) {
	document.getElementById(menuon).style.color='#4f1475';
	document.getElementById(menuon).style.background='#ffffff';
	}