var fDesc=new Array();
fDesc[0] = "As the name suggests it's absolutely free and provides a streamlined version of our number one premium product Clarity Professional. Free Edition retains the powerful efficiency features that Clarity has become known for, and with a new user-friendly interface at your fingertips, you will have all the essential functionality you need to configure and use the software every day.
Here is a map of the fantastic features available to you in Clarity Free Edition, right from initial quotation through to integration with Sage Instant Accounts.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}