var fDesc=new Array(); fDesc[0] = "High Definition Stereo (HDS) is a technology in software that opens up for a more exact and natural sound than traditional stereo. Sonic improvements are most often audible as a general refinement. While stereo tends to limit the soundstage in between the 60o loudspeaker angle, HDS is stepping past this boundary, literally filling the room with a holographic and ambient soundstage. HDS represents a major step forward in the modern listening experience, be it from a combination of small speakers connected to a mobile phone, a laptop, or from exclusive stereo gear. Note that HDS is a technology for stereo or surround loudspeakers."; 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 = ''; } }