var fDesc=new Array(); fDesc[0] = "ST-R-I-P is a analog-inspired channel strip for OS X/VST/AU and Windows/VST/64/32. The program features subtle saturation and noise to emulate the behavior of analog mixing desks. It's intended to use with pure 'in the box' music to give it some texture and depth while having traditional sound shaping features like compression and equalizing at your fingertips."; 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 = ''; } }