var fDesc=new Array();
fDesc[0] = "ADAPTIVERB is a revolutionary reflectionless reverberation plugin. Unlike traditional reflection-based acoustic room modeling, ADAPTIVERB adds perceived depth, harmonic richness, and butter-smooth tails without obscuring the source. Preserving the tonal definition and directness of your mix, it adds size, glue and body – making it perfect for mixing and mastering applications alike.
Powered by ray tracing, source separation, and advances in artificial intelligence, ADAPTIVERB automatically adapts to the input audio like a chameleon, blending with your sounds perfectly, and conforming its reverb tail to the tonality of the input or a user defined set of notes.";
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 = '';
}
}