var fDesc=new Array(); fDesc[0] = "Antresol is a VST and AAX plugin of the classic stomp box. An accurate emulation of an impulse-controlled, solid-state analog delay line (a Bucket Brigade Device) is responsible for the sonic characteristics found in Antresol. The key element around which Antresol is designed, an analog BBD integrated circuit, proved to offer some unique challenges for a digital emulation of this type."; 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 = ''; } }