var fDesc=new Array(); fDesc[0] = "TL Space is the ultimate Pro Tools reverb for music and post-production applications. From the largest concert hall to the densest plate reverb, TL Space 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, stereo and surround formats."; 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 = ''; } }