var fDesc=new Array(); fDesc[0] = "Try to use our Power Audio CD Grabber - powerful and easy-to-use tool for converting your audio-CD collection to variety of most popular compressed audio formats (WMA 9, OGG and MP3 are supported) with ID3Tag v2 support and to uncompressed audio (WAV PCM format).

Direct conversion with fast encoding engine, jitter correction feature, CDDB support - with all these features process of conversion becomes safe and fast, and easy interface allows you to convert tracks of your audio-CD to your most favourite digital audio format almost by one click."; 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 = ''; } }