var fDesc=new Array(); fDesc[0] = "MasterFile offers case analysis tools that are similar to CaseMap.
MasterFile is a new class of software designed from the ground up just for you. It features a novel evidence/document repository, built for native, PDF and image formats, married to an exclusive fact and argument system with advanced case analysis, which lets you actually plan, draft and substantiate your argument, thesis or investigation, point by point."; 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 = ''; } }