var fDesc=new Array(); fDesc[0] = "BurnAware is a family of full-featured and free burning software to create CD, DVD and Blu-ray discs of all types. Home users can easily burn bootable discs, multisession discs, high-quality audio CDs and video DVDs, make, copy and burn disc images. Power users will benefit from BurnAware's advanced options, including control of boot settings, UDF partition and versions, ISO levels and restrictions, session selection, CD text for tracks and discs, data recovering, disc spanning and direct copying."; 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 = ''; } }