var fDesc=new Array(); fDesc[0] = "Manifold is a program audio effect processor that enhances an audio signal, producing a fuller, livelier, bigger sound. With this tool, input signals are split into as many as 20 individual voices, each of which are detuned, placed around the stereo panorama, and recombined with stunning results. With his flexible controls, Manifold is capable of producing a wide range of effects; from subtle modulations that add interest to lifeless sounds, to extreme detuning that fattens the weakest of input sources."; 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 = ''; } }