var fDesc=new Array(); fDesc[0] = "Panorama is a specialized tool for creating stunningly realistic 3-D audio scenes using regular stereo sound. The DSP technology in Panorama reproduces psychoacoustic sound localization and distance cues, allowing you to pan sounds in three dimensions: not just left and right, but up, down, front, back, near, and far. Panorama combines HRTF-based audio panning with acoustic environment modeling, including wall reflections, reverberation, distance modeling, and the Doppler pitch effect. Panorama sounds amazing when heard on headphones. Anyone producing podcasts or music specifically intended for mobile devices should definitely check out Panorama. Panorama also includes a crosstalk canceller to format the output for playback over conventional stereo loudspeakers. In this mode, Panorama can make sounds appear to come from outside the normal stereo soundstage."; 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 = ''; } }