var fDesc=new Array(); fDesc[0] = "REPLIKA XT is a comprehensive, all-in-one solution for intricate rhythms, mixing tricks, and more. It is a creative multi-mode delay effect with five vivid delay modes and advanced options. The program makes it easy to create sophisticated rhythms, widen your mix, or explore a universe of sound design possibilities. You can combine the delay modes with pristine effects to produce classic mixing tricks, and add shimmer, dimension, and motion to your music."; 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 = ''; } }