
function infoLink(valor)
{
	document.getElementById("infoLink").innerHTML = valor;
}