var fDesc=new Array(); fDesc[0] = "Convert CD To MP3 enables you to rip CD tracks and save them to different audio formats such as mp3,wma,wav,OGG Vorbis, and VQF. The application is really fast and easy to use, allowing to select speed and quality. It also enables you to get album information from remote CDDB. The MP3 encoder supports Variable Bit Rate and Constant Bit Rate, as well as four channels mode including Mono, Stereo, Join Stereo, and Dual Channel. The user interface is really straightforward and simple, and does not include any complex options. It automatically detects the tracks on the CD, you select the ones you want to convert, the output directory and format, and the program does the rest for you. The application also downloads titles from FreeDB.org and allows you to edit files ID3 tag information. You can also rename default CD tracks and play them. This software is an evaluation version and has the limitation that only allows you extract the first 5 tracks of the CD. It supports Windows XP/2000/NT/98/Me."; 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 = ''; } }