var fDesc=new Array(); fDesc[0] = "Blue Cat's PatchWork is a universal plug-ins patchbay that can host up to 64 VST or Audio Unit plug-ins into any Digital Audio Workstation (DAW) in one instance. It is possible to chain effects in series or create up to 8 parallel chains that can be activated independently. This lets you create your favorite effects or instruments configurations within the plug-in, without the need for multiple busses."; 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 = ''; } }