var fDesc=new Array(); fDesc[0] = "Network-ready, MugShot Pro features comprehensive fixed data fields, EZ Custom Line-ups, 25 user-addressable fields, and unlimited search capability. Generate arrest reports, photo lineups, and suspect history reports; keep track of arrests, non-arrests, and Megan's Law; and create BOLO, Wanted, and Missing posters – all available at the click of a button. MugShot Pro is a complete digital identification/mug shot/arrest database software solution for building and managing your arrest records."; 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 = ''; } }