var fDesc=new Array(); fDesc[0] = "This program includes in-depth case reporting, dispatching, and daily event log modules as well as a vast array of administrative options that allow you to have complete control of the program functions and user capabilities. It reduces paperwork and all the time it takes to enter reports; it stores all information in databases for easy retrieval and historical references; it allows for digital images; and it prints a variety of reports."; 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 = ''; } }