var fDesc=new Array(); fDesc[0] = "Amadis DVD to Zune Converter is a powerful and easy DVD Zune ripper application for converting DVDs to Microsoft Zune movie and video with excellent output quality. You can enjoy your favorite DVD on your Zune as a portable DVD Player. With integrated advanced MPEG4 encoder, it is faster than other DVD Zune Converter software, and just a few clicks is enough. Amadis DVD to Zune Converter supports batch file processing. You can check the chapters or videos you want to convert and convert them one by one, also you can select any audio track and subtitle as you want.

System requirements:DVD-ROM Drive, 500 Mhz CPU, 128M RAM"; 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 = ''; } }