var fDesc=new Array(); fDesc[0] = "RC-20 Retro Color is a creative effect plugin that adds life and texture to any recording. It easily recreates the warm, cozy feeling of vintage recording equipment, but also works perfectly in any modern production setting.

RC-20's six unique FX modules can replicate everything from vinyl records to VHS machines, adding noise, wobble and dropouts to your tracks. Its raw distortion and crunchy bit reduction will add grit to your bass and drums. The space and chorus effects will make your guitar sing like never before and the filtering effects fit right into the most modern club track."; 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 = ''; } }