var fDesc=new Array(); fDesc[0] = "Judicial Offense Tracker for Windows, an easy to use database for judicial officers and judicial affairs offices at schools, colleges and universities to track student cases. It can also be used by any organization that needs to track offences committed by people and the resulting penalties. Judicial Offense Tracker is the ideal solution for the judicial officer with a large number of cases to keep on top of. Keep case details at your fingertips and take prompt action when sanctions are not completed on time or fines are not paid."; 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 = ''; } }