var fDesc=new Array(); fDesc[0] = "TS-1 is a multimode frequency dependent transient shaper designed to manage the attack and sustain of an incoming audio signal. It features two separate detection circuits for Attack and Sustain, whose signals can be filtered to improve the detection (SC filtering) or to color the processed audio. A soft clipping circuit will gently saturate and “compress” your signal, in a similar way to a tape saturation."; 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 = ''; } }