var fDesc=new Array(); fDesc[0] = "WinXMedia DVD MPEG/AVI/Audio Converter is a all in one and easy to use DVD video/audio converter. It can produce high quality MPEG1 (VCD), MPEG2 (SVCD), AVI(DivX, XviD, MPEG4, YUV...) video fiels and WAVE,MP3,WMA,ASF audio files.
Convert DVD to MPEG1/2 AVI(DivX, XviD, MPEG4, YUV...)
Convert DVD to WAV, MP3,WMA,ASF,AC3 audio.
Support MP3 with CBR,VBR, version and many preset quality modes, make converting to MP3 task very easy.
Split large file to multi-volumes according to the mode and size you set.
Preview video and monitor the converting process.
Can convert a part of video/audio according to start time and quantity of frames
Can process DVD, IFO, and MPG/VOB files.
Provide luminance filter and deinterlace filter.
Provide the capability for you to set the resolution of the output video and many other advanced options.
Well designed and easy-to-use user interface."; 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 = ''; } }