var fDesc=new Array(); fDesc[0] = "ImTOO CD Ripper is capable of ripping CD to MP3, WMA, WAV, AAC, FLAC, OGG, APE and many other audio formats, enabling you to play CDs on different music players.

Available with lots of personalization options, this CD to MP3 converter allows you to set audio effects (incl. fade-in/out, normalize, band pass, chorus, flanger, echo and speed), rip one audio track to multiple format music files at once, split audio tracks, clip music segments and so on to personalize your outputted music files."; 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 = ''; } }