var fDesc=new Array(); fDesc[0] = "VerbSuite Classics is a set of eight professional digital reverb plugins in VST2, VST3, and AAX formats. Its proprietary Fusion IR processing captures the actual tone of the modeled reverb. Unlike static impulses found in typical convolution reverbs, Fusion IR is able to reproduce the evolving character of modulating digital reverbs, making the overall tone smooth and dynamic."; 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 = ''; } }