var fDesc=new Array(); fDesc[0] = "The 2016 Stereo Room reverb plug-in was crafted to simulate a great sounding ‘room’. Delay lengths, reflections, and other properties of the virtual room were carefully considered in the modeling. This combination of art and science results in a natural, yet distinctive sounding reverb. The simple intuitive controls allow you to fine tune the perfect space for your sound - whether it’s a dark hallway or a bright studio vocal room."; 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 = ''; } }