<!--
	function AboutClaritasText()
	{
	var obj = document.getElementById('aboutpara2');
	if (obj.style.display == 'block')
		{
		obj.style.display = 'none';
		}
		else
		{
		obj.style.display = 'block';
		}
	}
//-->
