var fDesc=new Array(); fDesc[0] = "DSD Direct is a tool that enables users to convert music files in WAV format (*.wav) to high-quality DSD data. This application also allows you to create music files in DSD format (*.dsf). Users can create DSD files just by adding WAV files to a list and clicking a button. You can analyze the values that are displayed in a nicely done statistical plot that will be generated by the software. The software works all by itself and the user interaction is limited for better accuracy of the results."; 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 = ''; } }