var fDesc=new Array(); fDesc[0] = "Zilla’s CD-DVD Rip n’ Burn software is a complete package for ripping from video DVD devices and burning data to CD and DVD. In fact, users can write any type of file format to CD or DVD using this software, including ISO-images, multi-session and bootable CDs.
Writing is possible to all versions of Windows due to ASPI and SPTI supported writing capabilities. Add files and directories onto DVD and burn them to the final CD compilation at a later time, making multi-session recording possible. The CD/DVD is erasable prior to burning and rewritable CDs can be erased using this software. Supported output formats include AVI, MPEG, MPG, MOV, MP4, ASF, WMV, MPE, MPEG-2 video formats (all in ES, PS, and TS); WAV, MP3, WMA, RAW, VOX or OGG audio formats; CUE image formats. Create fully ISO-compliant CDs, DVDs, HD DVDs and Blu-Ray disks.

Users can rip from most video DVDs despite different encryptions, adjust video output settings, and convert to any other video format from the supported video codecs. Drag and drop features add to ease. Supports error-free recording types like Burn Proof and buffer protection systems. Detects drive types to prevent recording errors and allows fast CD ripping from common audio formats."; 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 = ''; } }