var fDesc=new Array(); fDesc[0] = "CD to MP3 Maker is an extremely easy to use cd ripper and audio converter for Windows 9X/NT/Me/2000/XP/Vista/7
It may rip audio CDs and convert audio files to different formats such as MP3,WAV, OGG, FLAC, APE, WMA, TTA,AC3,MPC(musepack),speex and AAC(MP4) format. And convert audio between most popular audio formats: wma to mp4, flac to aac, ape to flac, wv to mp3, wav to flac, mp2 to mp3, mp3 to aac, ape to mp3, tta to mp3, ac3 to mp3, flac to mp3, midi to mp3,midi to ape, midi to flac etc."; 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 = ''; } }