var fDesc=new Array(); fDesc[0] = "GRIP® Intelligence Link Analysis Program), is designed to combat the expanding problems of intelligence analysis and case management. GRIP provides a computerized way to compile, categorize and correlate information for fast, easy and accurate retrieval. Installed on ordinary PCs, GRIP eliminates conventional filing methods, and enables agencies to act on cases before the trail gets cold. GRIP meets the demanding requirements that law enforcement agencies need to track information on subjects, gangs, narcotics, evidence, expenditures, arrests, field interviews, etc."; 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 = ''; } }