var fDesc=new Array(); fDesc[0] = "SRS Audio Essentials is fully customizable and works with all PC-based media players and content service providers to bring surround sound to anything you watch or listen to on your media player, like music, movies, podcasts, games and even streaming content. The next generation of SRS audio software has arrived – SRS Audio Essentials! Audio Essentials is downloadable software that delivers home theater quality sound to any PC."; 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 = ''; } }