<!-- 
//-----------------------------------------------------------------------------------
getContFile = function (f)
{
	x_getContFile (f,r_getContFile);
}
//-----------------------------------------------------------------------------------
r_getContFile = function (r)
{
	document.getElementById("contPrincipal").innerHTML = replaceCharSpecial (r);
}
//-----------------------------------------------------------------------------------
-->