var fDesc=new Array(); fDesc[0] = "Chor'X combines four types of Vintage Chorus effects, based on Bucket-Brigade Delay (BBD) emulation with a sophisticated True Stereo Dynamic Spatializer. With this duo, it becomes very easy to add space, depth, and other dimensions to your instruments, and achieve complex and intriguing mixes. The new Legacy/Advanced feature allows a fast workflow to choose and tweak your prefered chorus model."; 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 = ''; } }