function canviaenllac(enllac,estat)
{
	if (estat==0)
	{
		enllac.style.color="blue";
	}
	else
	{
		enllac.style.color="red";
	}
}
