var fDesc=new Array(); fDesc[0] = "TASCAM Hi-Res Editor is a free application that plays and edits up to 11MHz DSD or 384kHz WAV files. The software allows playback and export of DSD files without converting to PCM audio. DSD Audio can be played through USB devices that support it, such as the TEAC UD-501, UD-503 and HA-P90SD. In cases where a PCM interface is used, or even the computer’s built-in audio, the software automatically plays DSD back through the interface at any sample rate."; 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 = ''; } }