var fDesc=new Array(); fDesc[0] = "Cute DivX Converter is a easy-to-use video converter software. It can convert many video formats, e.g. DivX, XviD, MOV, MPEG-4,MPEG, WMV, H.263,H.264,AVI,WMV and ASF to DivX Video format and Vice Versa.

And you can also extract audio from video and transform between MP3,M4A,WMA,WAV,AAC,OGG and AC3 audio files as you want and capture pictures from video. Trim any video segment by setting the Start time and End Time.

Main Features :

- Cute DivX Converter can batch-convert video files from AVI,MPEG,MPEG-2, MPEG-4,WMV,DivX, MKV,XviD,FLV, 3GP,3G2,H.264,H.263 and MOV to DivX Video format.
- Extract audio from video and transform between MP3,M4A,WMA,WAV,AAC,OGG and AC3 audio files as you want.
- Capture pictures from video.
- Trim any video segment by setting the Start time and End Time.
- Easy to use ! Fast conversion, Just one click of the button! Clear-cut interface features large icons for performing all major actions."; 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 = ''; } }