var fDesc=new Array(); fDesc[0] = "Aktiv CD Ripper is a nice tool for creating direct digital copies of all your audio CDs and saving them as various popular formats including MP3, WMA, Ogg, or WAV. The software is easy to use and will allow you to compile your favorite artists and albums faster than many of its kind. You will be able to copy your CDs and save your music collection on your hard disk with as little effort as clicking a button. The program supports Freedb and ID3 tagging, which means that you are able to download information on your CD tracks automatically and save them in the encoded file. You can also use Aktiv CD Ripper to convert WAV files to MP3, WMA, and Ogg files, and you have the possibility to choose between various speeds and quality levels by making some changes to the MP3, WAV and WMA settings."; 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 = ''; } }