var fDesc=new Array(); fDesc[0] = "Judgment Manager is designed for professional judgment recovery specialists, private investigators, lawyers, and anyone else who's responsible for collecting outstanding debts.

Judgment Manager comes with a highly encrypted and secure database that is able to hold an unlimited amount of cases without the need to purchase another license. The data contained inside your database is safe from prying eyes.

It also allows you to store important courthouse information within the database for quick access."; 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 = ''; } }