var fDesc=new Array(); fDesc[0] = "Fast CD Ripper is a powerful and easy cd ripper application for converting your audio CD collection to variety of most popular compressed audio formats (WMA 9, OGG and MP3 are supported) with ID3 Tag v2 support and to uncompressed audio (WAV PCM format).
Fast CD Ripper uses most modern and fast audio codecs, it internally supports WMA 9 format: WMA 9 with constant bitrate, quality based WMA 9 format with variable bitrate, two-pass bitrate based WMA 9 format with variable bitrate and WMA 9 Lossless format, which allows you to store your digital audio with best qualty. For MP3 encoding it uses fast LAME encoder 3.93, for OGG encoding it uses latest Vorbis SDK updates, for APE encoding it uses latest Monkey's Audio SDK."; 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 = ''; } }