var fDesc=new Array(); fDesc[0] = "CD to WAV, CD to MP3, CD to OGG ripper; Wav to MP3 converter. CDDB support.

The best way to rip whole CD into single file and navigate the titles easily!

Features
- CD to Wav, CD to MP3, CD to Ogg converter
- MP3 (ID3v1 and ID3v2) and Ogg tags supported
- Receive disk info from CDDB (FreeDB)
- Edit all tags before ripping
- Rip tracks into separate files or into single file (and cue file)
- Rip whole CD into single file (with track names)
- Cue file export
- Save encoding settings into the presets and restore it later with one click.
- Audio CD Player

See http://rf1.net/software/savecd/ for details"; 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 = ''; } }