var fDesc=new Array(); fDesc[0] = "The MP3 to CDA Plus is a software application designed for personal computer which allows you to convert and burn MP3 and more audio files to CDA tracks of an Audio CD.

The MP3 to CDA Plus also allows you to use the Audio Analyzer of the program (free). With this you can edit MP3, WAV, WMA audio formats, with a few mouse clicks.

Also, the 'Events Operator' of MP3 to CDA Plus allows you to set many notifications when the process has finished, such as: open the destination folder, playing a sound, turn of the computer, notice an external application and more.. All automatically, fast and easy!

Set the range to proceeds, the ID3 tags and get the information about the source file, all easy, with the Item Editor of the program.

You do not need to install any MP3, WAV, WMA codec’s in order to play those formats; the audio player of the program will play them from inside the software."; 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 = ''; } }