var fDesc=new Array(); fDesc[0] = "DVD Reauthor Pro is a powerful DVD Reauthoring tool that was designed for studios and DVD authoring companies. The main function of the program is decompiling the DVD into video, audio and other files with the creation of special script-files for the current DVD disk. All output data and script-files are ready for editing in Sonic Scenarist.

Features:
- Automatic processing of all the DVD.
- Extraction of all video, audio and subpicture data streams.
- Creation of logical structure of interconnections for menus and titles, setting of all existing links in PGC elements.
- Detailed parsing of structure of every IFO file.
- Additional functions for data correction according to Scenarist compatibility."; 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 = ''; } }