var fDesc=new Array(); fDesc[0] = "With Aura DVD Copy, you can easily and quickly backup your favorite DVDs.

Main features:
- Copy DVD to DVD.
- Shrink DVD-9 to DVD-5.
- Remove CSS, RC, RCE and other DVD copy protections from DVDs.
- Backup DVD to DVD folder or ISO image to computer drive.
- Burn DVD folder or ISO image file to DVD disc.
- Preview DVD movies before cloning and burning.
- Auto-analyze DVD titles.
- Erase re-writable DVD disc."; 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 = ''; } }