var fDesc=new Array(); fDesc[0] = "DC SEVEN and DC LIVE/Forensics 7.0 is a comprehensive set of tools designed for audio restoration, enhancement and audio archiving. This extensive toolkit will allow the user to remove extraneous noise and also enhance the sound from any audio source without degrading the content contained on the original. Recognizing that there is a tradeoff between the degree of noise removed from a source and the fidelity, transient and frequency response maintained, we have sought to provide the highest level of user control while maintaining ease of use over the variables that affect the audio restoration process."; 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 = ''; } }