<!--

//------------------------------
function FChangeFontFamily(id)
	{
	document.getElementById(id).style.fontFamily='Tahoma';
	document.getElementById(id).style.fontWeight='normal';
	document.getElementById(id).style.fontSize='13px';
	}

function FChangeInverseFontFamily(id)
	{
	document.getElementById(id).style.fontFamily='Tahoma';
	document.getElementById(id).style.fontWeight='normal';
	document.getElementById(id).style.fontSize='14px';
	}
	
function FChangecambioFontFamily(id)
	{
	document.getElementById(id).style.fontFamily='Tahoma';
	document.getElementById(id).style.fontWeight='normal';
	document.getElementById(id).style.fontSize='15px';
	}

-->