var fDesc=new Array(); fDesc[0] = "Kodiak's Police Report Writer helps you write, print and store quality police and investigative reports. Each report will handle multiple citizens, suspects, arrests, vehicles, and pieces of property and evidence. The system is capable of producing all face sheets, supplements, and continuation sheets necessary for a complete criminal investigation. The formats of the reports are based on the results of a task force of state and local law enforcement agencies charged with developing standardized police reports for all agencies involved."; 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 = ''; } }