var fDesc=new Array(); fDesc[0] = "Hipno is a suite of over forty effects and instrument VST plug-ins for VST, AU and RTAS host applications. This package features an irresistible mix of granular, spectral, and filter/delay-based plug-ins featuring the unique Hipnoscope user interface. Also, included in the package, is an amazing set of processors that utilize live video input as a control source, and a new set of modulator plug-ins sure to captivate both the novice and long-time users of Cycling ’74′s Pluggo and Mode plug-in collections."; 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 = ''; } }