var fDesc=new Array(); fDesc[0] = "Cute MP3 Converter is a unility that converts audio files and extract tracks from Audio CD. It can batch convert your audio files between many popular formats such as MP3, WAV, WMA and OGG. It is also an MP3, WMA, OGG and WAV player.

Besides, Cute MP3 Converter makes direct digital copies from audio CDs and saves them as MP3, WMA, OGG and WAV formats. It can load CD information from the CDDB. The program also supports multiple CD-ROM devices. Easy and friendly interface as well as changeable skins(34 skins available) makes it easy-to-use and personal."; 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 = ''; } }