var fDesc=new Array(); fDesc[0] = "Are you a power DirectX Audio user, or do you just want to have a better grasp of where all those plugins are going? Frustrated with plugins still showing up in all your programs, even though you deleted them ages ago? Then AnalogX DXMan is for you! DXMan allows you to add or remove plugin registrations on a whim... Find out almost any piece of information related to a plugin, from its Class ID, to its input and output pins, to its filename and path, even its properties page!"; 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 = ''; } }