var fDesc=new Array(); fDesc[0] = "Reel Tape Suite is a powerful collection of three plug-ins - Reel Tape Saturation, Reel Tape Delay, and Reel Tape Flanger - that will beef up your mixes and add that elusive magnetic vibe to your live sound. Reel Tape Saturation models the inherent warmth of classic analog tape machines and tape formulations with astounding accuracy, instantly infusing your music with an authentic “old-school” feel. Reel Tape Delay and Reel Tape Flanger duplicate electro-mechanical delay and flanging effects, and give you real-time control over every nuance of these classic techniques."; 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 = ''; } }