function ChangeTextColor(sitearea, color)
{
	sitearea.style.color = color;
}

function ShowHand(sitearea)
{
	sitearea.style.cursor = 'hand';
}
