var fDesc=new Array(); fDesc[0] = "Rip and convert audio CD to MP3, FLAC, WMA, OGG, APE or WAV audio files with a single click. Just right-click CD or desired songs on CD at any location on your computer to get music of MP3 or any other format on your hard drive. No need to launch any application to convert CD - just click and it's done! One-click CD Converter also automatically loads track titles for each song on CD from the internet, rename converted tracks with their real names(title, artist, album and etc.) and sort ripped music. Once installed it completely integrates into Windows and become a part of it so you don't need to launch any program to rip your favorite audio CD to hard drive."; 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 = ''; } }