var fDesc=new Array(); fDesc[0] = "DFX compensates for some of the deficiencies of playing highly compressed audio via a PC. It enhances bass, and generally improves the audio experience, however 3D surround effects are disabled in the free version.

To install, close MediaMonkey, and then download and install DFX to the Program FilesMediaMonkey directory.

Restart and then enable via Tools > Options > Player > DSP Plug-ins.

DFX for MediaMonkey is a powerful, professional and useful tool that is very easy to use and helps you edit an audio file."; 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 = ''; } }