var fDesc=new Array(); fDesc[0] = "Adapt-X turns your favorite player into a true DirectX plug-in
host, allowing you to leverage the power of the industry-standard DSP plug-in architecture. Now you can listen to your music with the same professional effects that are used in real-life recordings.Adapt-X for Windows Media Player is in fact a combination of two plug-ins: a DSP plug-in (Adapt-X) and a User Interface plug-in (Adapt-X Window)."; 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 = ''; } }