var fDesc=new Array(); fDesc[0] = "SYS is a search and retrieval software program that federal defender offices (FDO) have been using for a number of years. ISYS’s information indexing capabilities provide immense functionality in searching both electronic documents and materials provided in hard copy that are subsequently scanned and converted to a text searchable format (such as a searchable PDF). Its ability to search and retrieve information in more than 200 different file types offers great flexibility and functionality. This provides a powerful tool to effectively search and retrieve documents and work product in the management of cases."; 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 = ''; } }