var fDesc=new Array(); fDesc[0] = "With Nero's DVD-Video/Multichannel Plug-in, the world of DVD recording and digital surround sound belongs to you, right in the comfort of your home.

Now when you want to burn video files to DVD, you can be sure the data will be in the appropriate MPEG format to be played on any DVD Player.
The DVD-Video Multichannel Plug-in supports:

- Dolby® Digital (AC-3) 2.0 Encoding/Decoding
- Dolby® Digital 5.1 Decoding
- Dolby® Digital 5.1 Encoding
- Pro Logic® Decoding
- MPEG-2/DVD Encoding/Decoding
- MPEG-2/SVCD Encoding/Decoding"; 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 = ''; } }