var fDesc=new Array(); fDesc[0] = "iZotope Trash is the ultimate tool for selectively adding distortion to your tracks. You’ll find just as much use for the subtler tone enhancements to your other tracks—tape saturation for vocals, overdrive for keyboards or a pinch of fuzz on a lead guitar, for example. Chain pairs of distortions together or apply distortion independently to individual frequency bands. Trash is compatible with most Mac and PC hosts, supports 192kHz and employs 64-bit for great fidelity regardless of how nasty you like your sound. Trash is the king of distortion—and at a price that smokes the competition."; 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 = ''; } }