var fDesc=new Array(); fDesc[0] = "élastique Pro is a general purpose time-stretching engine that offers unmatched quality and easily fulfills the high quality demands of professional productions and broadcast applications. The time-stretching engine is based on state-of-the-art psychoacoustic models and signal processing theory. élastique Pro is based on a completely new approach to time-stretching, making stretching artifacts obsolete and thus providing sharp transients and crystal clear vocals without phasing artifacts. élastique Pro offers stable timing, inter-channel phase coherence and sample accurate stretching."; 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 = ''; } }