var fDesc=new Array(); fDesc[0] = "ACXtractor (Audio CD Xtractor) is a fast, professional and user friendly CD ripper for Win XP/ 2k/ NT/ ME/ 9x (aka audio grabber, digital audio extraction).
You can extract your AUDIO CDs very easily and save it as WAV (make a copy of your original CD), MP3 or OGG.
Some other features are: freedb support, MP3 support with GOGO, LAME and BLADE, ID3V1 and ID3V2 tags, OGG Vorbis support, customize the filenames for saving , use as CD player, easy selection and prelisten a part of a song, navigate through a song with a slider, edit CD info, extract multiple tracks at a time, fade-in, fade-out, delete NULL samples at the beginning and end of songs, get detailed information about your CDROM devices."; 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 = ''; } }