var fDesc=new Array(); fDesc[0] = "Create CD/DVD & Blu-ray using your documents photos and more. Burn disks incrementally with the multi-session feature, various settings available.

Create Audio CDs from MP3, WMA, Ogg Vorbis, MusePack, APE file formats, and more. Arrange the playlist order using the music player integrated, you’ll see creating audio compilations has never been easier. Includes a special feature to extract audio from video files for audio CD creation, i.e. put your live video concert videos on CDs!

Create high quality DVD Video backups to be played on your PC or home DVD or DivX player. CopyToDVD handles high definition formats allowing you to burn your AVCHD and Blu-ray disks."; 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 = ''; } }