var fDesc=new Array(); fDesc[0] = "It's for those who live for the ultimate sound experience. By creating a 4-dimensional soundscape, the Expander generates an immersive experience, making you feel like you're surrounded in the sound, placing you in the middle of a movie, game or song.

Main features:
- Expander runs on Macintosh and Windows, and activates through any application that produces sound. For Leopard/Snow Leopard/XP/Vista/Win-7
- Virtual audio device driver capturing & processing all audio in real-time.
- Optimized processing for better CPU & memory usage.
- User Interface control allows you to switch listening modes on demand. Meaning you can adjust from settings that are made for music, movies and games, each with its own slider.
- Keyboard short-cuts allow you to switch between listening modes and are customizable.
- Preamp increases or decreases input gain, reducing the possibility of distortion without losing any audio quality. So you can enjoy a rich, fuller sound experience, with every part of the sound remaining crisp and clear."; 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 = ''; } }