var fDesc=new Array(); fDesc[0] = "u-he Satin is a tape simulation plug-in and tape delay with record/playback head calibration, tape coating selection, and NR-encoding/decoding. You may control multiple instances from one panel, and 'glue’ multiple tracks together. You have full control over the head-bump, wow&flutter, asperity noise, and hiss settings."; 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 = ''; } }