var fDesc=new Array(); fDesc[0] = "The Investigator Report provides a full range of Case & Client Management functionality. It can handle an unlimited number of Cases & Clients. Our Detective Software is ideal for Investigators, Detectives, and Law Enforcement. The Investigator Report is a great tool for Private Eye professionals. The application provides case management, billing, date tracking, and calendaring from a single repository. Investigator Report is quickly becoming the standard for those who want flexibility without sacrificing convenience and ease-of-use."; 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 = ''; } }