var fDesc=new Array(); fDesc[0] = "Hanso Burner is an all-in-one disc burning suite.

Main Features:

- Support for creating custom data;
- Options to create rewritable and multisession discs;
- Options to generate audio and mixed-mode projects;
- Options to make direct disc copies, on the fly or using a temporary disc image;
- Ability to create disc copies;
- Ability to record disc images;
- Ability to save (and encode) audio and data tracks to files;
- Ability to open and edit projects that you have previously saved;
- Ability to erase rewritable discs through multiple methods;
- Ability to record to dual-layer DVDs;"; 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 = ''; } }