var fDesc=new Array(); fDesc[0] = "AudioMagician CD Ripper is a simple user-friendly audio ripper and encoder. Its main function is to grab Audio CD tracks into MP3 or WAV files. AudioMagician CD Ripper has an easy-to-use, nice-looking interface. It also offers many useful features which make the audio grabbing process fast and easy.
Features:

AudioMagician CD Ripper is based on the extremely fast LAME MP3 encoder engine
Easy access to FreeDB (an information database containing artist, disc title, track titles, and other information for digital audio compact discs)
Multiple CD-drives support
ID3 tags v.1 and v.2 support for tagging your MP3 tracks
Windows XP style interface even under 9x systems
And much more..."; 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 = ''; } }