var fDesc=new Array();
fDesc[0] = "The iManage solution provides
* Best-in-class Document Management System
* Search – World-class IDOL search engine powers the DMS search
* Email management
Autonomy iManage helps attorneys and law firms efficiently manage the matter lifecycle, from the initial opening of a matter through the final disposition of its content. Easy-to-use and cost-effective solutions help firm staff work together and share matter-related content securely with both colleagues and clients. Two-thirds of AmLaw 100 law firms and 70 of the top 250 UK law firms use Autonomy iManage solutions as well as over a thousand medium-sized and small law firms.";
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 = '';
}
}