var fDesc=new Array(); fDesc[0] = "Softmine CD/DVD Burner is a neat program that helps you to back up your data. The application allows you to record any type of files easily and includes all the features needed for basic and advanced burning.

Main features:

- Support for creating custom data;
- Support for disc copies;
- Support for burning disc images (ISO and BIN/CUE);
- Support for creating audio and mixed-mode projects;
- User-friendly system that allows you to create rewritable and multisession discs;
- System to create direct disc copies, on the fly or using a temporary disc image;
- Saves (and encodes) audio and data tracks to files;
- Edit options for previous projects;
- Clears rewritable discs;
- Dual-layer DVDs recording abilities;
- Error scanning;"; 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 = ''; } }