var fDesc=new Array(); fDesc[0] = "BurnAware can create CD, DVD and Blu-ray discs of all types, including M-Disc. You can use it to burn bootable discs, multisession discs, high-quality audio CDs and video DVDs, make, copy, and burn disc images. Advanced options such as control of boot settings, UDF partition and versions, ISO levels, session selection, CD text for tracks and discs, data recovering, disc spanning, and direct copying are also present.

BurnAware is available in Free, Premium, and Pro versions. Premium comes with more features compared to the Free edition, but lacks the ability to simultaneously burn ISO image to multiple drives, which is only available in BurnAware Pro."; 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 = ''; } }