var fDesc=new Array(); fDesc[0] = "Venm is an asymmetrical distortion unit with 4 serial filters. It is mainly used to distort kick drums & produce gritty sonic characteristics unique to its distortion and filter setup. Not limited to drums, Venm can be used on a variety of material. From gentle character to apocalyptic distortion, there is a lot of versatility within this application. It can be installed and accessed from any program supporting VST 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 = ''; } }