var fDesc=new Array(); fDesc[0] = "Scarlett Plug-in Suite is a program that provides a definitive suite of Compression, Gating, EQ, and Reverb for tracking and mixing. Each powerful plug-in has a host of fast and easy-to-use pre-sets, providing a great starting point for a huge number of popular sound sources, from vocals and guitars to synth bass and percussion."; 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 = ''; } }