var fDesc=new Array(); fDesc[0] = "Working in tandem with Sony's Sound Reality chip to deliver professional playback and recording capabilities, DSD Direct Player allows you to enjoy the superior sound of a Super Audio CD (SACD) and record your very own DSD discs. Playback is made possible via real-time conversion of PCM to DSD and WAV to DSF, while CD rips also feature Gracenots MusicID support."; 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 = ''; } }