var fDesc=new Array(); fDesc[0] = "Aone CD Ripper helps you convert digital audio tracks directly from compact discs to CD-Quality WAV files, the popular MP3 format, Windows Media Format files (WMA), or Ogg Vorbis format files.

Its new Anti Crackle function helps you avoid creating mp3s with boring crackle on some computers. Additional features include: Built-in CD Player, the ability to get album information from remote CDDB server, export Winamp playlist, support for multiple CD-ROMs, ID3 tagging, and 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 = ''; } }