var fDesc=new Array(); fDesc[0] = "This series is based on the ANALOG87 series which features a set of 5 high quality analog-style VST effects for Windows. These VST plugins for Windows are not only easy to use, they sound good too. Even though some of the controls of the ANALOG 87 versions have been stripped out, you will find they 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 = ''; } }