var fDesc=new Array(); fDesc[0] = "Permut8 is an effect plug-in that embraces the sounds of primitive signal processing hardware. At its core, there is a 12-bit digital delay with a variable sample rate from 0 to 352 khz. The delay is controlled by a programmable processor that allows you to change and modulate the delay time with various "operators". Permut8 can be expanded with new functionality through so called "alternative firmwares"."; 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 = ''; } }