function mroll(menu_item)
{
	menu_item.style.color = 'red';
}

function munroll(menu_item)
{
	menu_item.style.color = 'black';
}