function Activate(ID)
{
	document.getElementById("a"+ID).style.color = "#2f5238";
}
