function menu_1(menuon) {
	document.getElementById(menuon).style.color='#662c66';
	document.getElementById(menuon).style.background='#ffffff';
	}

function menu_2(menuon) {
	document.getElementById(menuon).style.color='#000000';
	document.getElementById(menuon).style.background='#ffffff';
	}
function menu_3(menuon) {
	document.getElementById(menuon).style.color='#ffffff';
	document.getElementById(menuon).style.background='#662c66';
	}
function menu_4(menuon) {
	document.getElementById(menuon).style.color='#ffffff';
	document.getElementById(menuon).style.background='#662c66';
	}
