var fDesc=new Array(); fDesc[0] = "Kingdia CD Extractor is a powerful and easy cd ripper application for converting digital audio tracks directly from compact discs to audio formats MP3, WAV, WMA, OGG, VQF, APE, etc. It supports all popular compressed audio formats.
Kingdia CD Extractor is also an audio converter that can convert digital audio formats between MP3, WAV, WMA, OGG, VQF, APE,etc. It builds in various audio encoders that ensures you needn't external encoders to support all of these popular formats. In addition, it supports conversion between MP2/MP3 and RIFF-WAV."; 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 = ''; } }