var fDesc=new Array(); fDesc[0] = "Easy Tool is a very easy-to-use set of real-time Plug-Ins primarily intended for cleaning up noisy and scratchy recordings. It is also very well suited for general sound improvement when using PlugIns like the Easy Enhancer.
The big challenge during the development of Easy Tools was to create a software that allows maximal performance with a minimal number of parameters to be adjusted.

Easy Tools consists of the Easy Tools PlugIn Center, the Easy Tools Player with the Easy Tools PlayList and various PlugIns."; 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 = ''; } }