var fDesc=new Array(); fDesc[0] = "Donar CD Ripper is an amazing utility which rips CDs and converts audio files with great proficiency. Now you can finally digitize your carefully plotted collection of audio tracks that so far have been available to you only on CDs. The program presents an eye-catching main window which proves not only stylish but very functional as well, having smart icons for all actions you can perform. The program allows you to extract files into most popular formats such as MP3 and OGG or WAV files. Further you can convert the files between these formats. Furthermore, the application can rip files using the space-efficient VBR compression scheme. The quality of the ripped files is exceptional and the time necessary for a complete CD ripping is kept to the minimum thanks to an impressive extraction speed."; 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 = ''; } }