var fDesc=new Array(); fDesc[0] = "Citation is law enforcement software that is specifically designed to enter and maintain traffic citation information into a database in an efficient, secure, and effective medium that is never lost, misfiled, or mishandled.

Further, Citation has powerful searching tools that let you find any one citation instantly, or assemble a sub-list of citations that have some common element(s) that you define.

Finally, Citation has flexible printing options that let you print any one citation, or any list of citations.

Altogether, Citation is a powerful, flexible tool for entering and maintaining a searchable, printable database of your agency's traffic citations."; 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 = ''; } }