var fDesc=new Array(); fDesc[0] = "This is an Pro Tools reverb for music and post-production applications. It delivers the pristine sound of natural reverb spaces with the familiar controls used in high end hardware reverb units. By combining the sampled acoustics of real reverb spaces with advanced DSP algorithms, TL Space offers stunning realism with full control of reverb parameters in mono and stereo formats. TL Space Native works on Windows platform."; 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 = ''; } }