var fDesc=new Array(); fDesc[0] = "911CAD is a computer-assisted call-taking and radio-dispatching program designed primarily for law enforcement and other public safety agencies. Each 911CAD record entry is assigned a permanent and unique control number by the program itself that reflects the instant in time that particular record was created.911CAD can be used as a single workstation application, but it has also been carefully
designed for use in a cooperative networked configuration"; 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 = ''; } }