var fDesc=new Array(); fDesc[0] = "Exponential Audio R2 is a reverb plug-in that adds a rich character to your mixes. The plug-in has been designed with ease of use as a primary concern. The most important parameters are always available, and a richer set of controls are available only a click away. Presets are organized with application-specific keywords, and the user can easily create new presets and keywords to tailor R2 to the needs of any particular facility."; 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 = ''; } }