var fDesc=new Array(); fDesc[0] = "ITrac is a Case Management Software customized to serve Private Investigation firms and individual investigators. ITrac is a Relational Database that keeps track of all your case information. Try our Free Demo to see how easy it is to enter and retrieve your case details. ITrac stores all of the information related to each case. You won't need to flip through paper files any more, everything related to a case is right where you need it, when you need it!"; 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 = ''; } }