var fDesc=new Array(); fDesc[0] = "FREE87 FR-LIMIT (x32) is based on the ANALOG87 series which features a set of 5 high quality analog-style VST effects for Windows.
FREE87 FR-LIMIT (x32) is a VST plugin for Windows which are not only easy to use, it sounds good too. Even though some of the controls of the ANALOG 87 versions have been stripped out, you will find it will have a useful place in your virtual rack."; 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 = ''; } }