var fDesc=new Array(); fDesc[0] = "Diamond Cut Forensics8 Audio Laboratory contains a large number of new features, improvements and enhancements that will make it a "must have" tool for any forensics lab. It includes two methods for the repair of clipped and distorted signals, it has math processes that adapt in real time - one finds noise and the other finds human speech, and much more."; 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 = ''; } }