var fDesc=new Array(); fDesc[0] = "As a music fan, you may come up against some problem that seems to you almost a mission impossible. You muss up a sea of audio files and want to add your personal touches to them but simply find no suitable tools at hand. Now, things are totally different when you boast Audio Terminator. Audio Terminator is a powerful digital audio tools for a user-friendly price. It's the perfect program for home studio recording, converting and for people who are just getting started with audio editing, CD ripping and Audio CD burning. Audio Terminator provides an intuitive, easy-to-use interface and is designed for the everyday user. It has dozens of amazing audio effects, audio filters and tools for converting audio files into different formats, including MP3, WMA, WAV, Ogg Vorbis, VOX, Audio CD Tracks(CDA) and many others. It can rip your audio CD tracks to mp3, wave, OGG, WMA files with only a little clicks. You also can burn your mp3, wave, ogg, wma files to Audio CD. And that's just the beginning of what you can do with Audio Terminator."; 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 = ''; } }