var fDesc=new Array(); fDesc[0] = "earlyCASE is an application which runs on your local PC and analyzes the ESI that your computer can access without the data ever leaving your computer or network.

earlyCASE ® allows you to see and understand (early case assessment) all of your data before it is processed for discovery. It supports multiple languages, extracts emails, attachments, metadata, generates hash values, detects duplicates and creates a local inventory database of documents and emails.

earlyCASE ® allows users to make informed discovery decisions and easily cut down the size of data sets through filter and culling before going into the discovery process and review."; 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 = ''; } }