var fDesc=new Array(); fDesc[0] = "FabFilter Timeless is an ultra-flexible tape delay plug-in with time stretching, the best possible filters, and user-friendly drag-and-drop modulation.

Main features:
- Two delay lines (5 ms to 5 sec) with host tempo sync and panning.
- Feedback, cross-feedback and phase inversion.
- Tape delay or time-stretching behavior when changing the delay time.
- Mid/side processing."; 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 = ''; } }