var fDesc=new Array(); fDesc[0] = "Easy Disc Burner is a simple program to write data on CD, DVD and Blu-ray Discs. Similar to other programs, it supports a wide range of media formats and CD/DVD writer hardware. You can customize the write speed and output format in its interface. You can also decide whether or not to finalize the disc (prevent further writing).

It can also verify the written data 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 = ''; } }