var fDesc=new Array(); fDesc[0] = "VSS3 Native is a realistic and versatile reverb made for your DAW. With a wealth of possibilities to adjust, it will deliver the precise sound you need. Choose a preset for quick and no-fuss reverb delight - or move in depth to take full control of the early reflections, body, and tail of your reverb. Works on all major DAWs; Pro Tools, Logic Pro, Cubase and more."; 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 = ''; } }