var fDesc=new Array(); fDesc[0] = "Ideal for backup any folders and files to your CDRW disc. No compression no encryption, you can browse your backup disc on any computer. No task schedule, just run it when you want to backup. Every files in your folder will backup as recursive mode. All data will keep in a new separate folder under datetime name while backup and keep the path structure including drive letter as the original.
Provides support BURN-PROOF and dynamic power laser control (OPC). No need any space on your HD while backup and provides an easy interface, auto erase disc, multisession, finalization, multiple profiles and more."; 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 = ''; } }