var fDesc=new Array(); fDesc[0] = "The quality of a vocoder is defined by its filter-banks. The Starplugs Vocoder uses 32 of pd’s quantum-filter to create two banks of outstanding analysis- and synthesis-filter. Using “handmade” calibrated filter-banks the Starplugs Vocoder reaches the unbelievable warm and rich sound of the very best analogue Vocoder. With its special functions like pitch shifting and consonant -support, voices are distinct and clear and the 256 matrix will give you a wide range of powerfull possibilities."; 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 = ''; } }