var fDesc=new Array(); fDesc[0] = "4Media Audio CD Burner, a CD burner software tool with powerful functions, makes it possible to burn CDs from popular video formats like AVI, MPEG, WMV, DivX, MP4, H.264/MPEG-4 AVC, RM, MOV, XviD as well as common audio formats MP3, WMA, WAV, AAC, FLAC, OGG, APE and etc. Not only burning audios to a music CD, MP3 CD and WMA CD can also be burned to satisfy your different needs on music.

4Media Audio CD Burner also offers options for your reference and convenience by assigning values to different parameters. It is on your decision to burn any length of audio into a CD and maximize the CPU usage for the highest speed during the burning. Background burning is also available to spare CPU usage to other applications. Don’t upset about the long process of burning, post-task action options keep you from staying in front of the computer all the time, enabling the application auto-exit, shut down, hibernate or just leave it there after burning."; 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 = ''; } }