var fDesc=new Array(); fDesc[0] = "The Duende Native Plug-in suite is a collection of audio processing tools which bring SSL's renowned superior audio quality, sophistication and benchmark performance within reach of all DAW users. Duende plug-ins provide the precision, advanced feature set and legendary tonal characteristics of SSL audio products in affordable AAX Native/VST/AU/RTAS plug-in form. They are the easiest way to get your hands on essential tools that can help you create professional productions."; 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 = ''; } }