var fDesc=new Array(); fDesc[0] = "This suite is a series of gain utilities which let you control the volume of one or several audio tracks in real time. The plugin optimizes the CPU usage depending on the audio input. The interface is nice to see and can also be customized with skins. The DX (DirectX) plugin can be used in lots of applications including Mixcraft, FLStudio, Groove Machine, etc. You must install the latest updates of Microsoft DirectX runtime if you face problems regarding the plugins."; 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 = ''; } }