
function changeColor(linkID, color)
{
	if (linkID != 'menu_item_147')
	{
		link = document.getElementById(linkID); 
		link.style.color = color;
	}
}