var fDesc=new Array(); fDesc[0] = "Advanced CD Ripper Pro is a high quality audio software to rip CD tracks to MP3, WAV, WMA, Flac, Ape, Aac, Wave, and OGG Vorbis Files format on-the-fly. It uses Lame encoder of newest version, that supports full MP3 options with VBR properties.

lso support WMA v9 encode (VBR also supported). Free CDDB is supported, and you may even set proxy for submitting or querying free CDDB. As to MP3 ID3 tag, it supports both V1 and V2."; 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 = ''; } }