var fDesc=new Array(); fDesc[0] = "Case Notebook is a program that allows you to organize, analyze and collaborate your case information. It enables you to locate documents, scanned documents and PDFs, you can convert image files (PDF, TIFF and JPEG) to text, you can track and visualize the issues, characters and key facts in your case."; 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 = ''; } }