var fDesc=new Array(); fDesc[0] = "Lock&Track Client is an easy-to-use inmate and jail management application package for corrections staff and administrators, as well as law enforcement personnel. It provides instant access to inmate and offender information, intake, incarceration, and release and post-release activities."; 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 = ''; } }