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."; 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 = ''; } }