var fDesc=new Array(); fDesc[0] = "TEAC HR Audio Player is a music playback software tool for TEAC USB audio dac devices. A good quality audio playback application that
can handle high-resolution audio files. You will be able to enjoy the
playback of high-resolution audio files, including DSD, at high audio
quality without a nice setup by using this application in
combination with a TEAC UD-503 or another TEAC D/A converter
with USB that supports such files. For listeners that desire even better audio quality, the included RAM buffer playback function prevents the degradation of audio quality due to fluctuations in CPU load by loading the data temporarily into the computer’s memory."; 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 = ''; } }