var fDesc=new Array(); fDesc[0] = "Arboretum Realizer is a free real-time MP3 music enhancement plug-in for Winamp.It makes MP3s sound closer to CD quality, lets you hear better bass with your current speakers, improves the stereo image and lets you customize your internet music listening experience. Millions are using Nullsoft's Winamp to listen to music from the Internet, but MP3 files just don't sound as good as the original CD-quality recordings. People are often listening on inexpensive, low-quality speakers. We decided to use studio magic DSP technology originally designed for recording engineers to address these problems and improve the Internet 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 = ''; } }