var fDesc=new Array(); fDesc[0] = "Ferret 4x4 is a free 32/64-bit VST plug-in for Windows primarly designed to enhance the routing capabilitiels of eaReckon BloXpander. You can assign outputs pairs of other plugins to 3 of the 4 Ferret 4x4 inputs and link 3 of its ouputs to 3 different channels."; 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 = ''; } }