var fDesc=new Array();
fDesc[0] = "SRS AudioFusion DivX Edition plug-in provides the ultimate listening experience for music, movies, podcasts and even your favorite web video sites. With natural and engaging surround sound, immersive 3D audio, and deep, rich bass; you’ll notice the SRS difference after just one listen.
Utilizing patented state-of-the-art SRS technologies, SRS AudioFusion provides full and incredibly rich audio over headphones or speakers. The intuitive end user interface provides the ability to personalize your acoustic preferences with a variety of advanced controls. Experience high-quality DivX video combined with SRS AudioFusion to enjoy your movies the way they were intended—with natural and detailed sound plus renewed depth and clarity.
Main features:
- Superior sound for your DivX Plus Player and DivX Plus Web Player using standard headphones, desktop or notebook speakers
- Immersive 3D audio technology with deep, rich bass response
- Natural surround sound from only two speakers or from headphones
- Intuitive interface with easy-to-use controls
- Five band graphical EQ for ease of use and customization
- Includes a variety of advanced controls that allow you to tailor your listening experience";
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 = '';
}
}