var fDesc=new Array(); fDesc[0] = "Join Split Convert Video is a an all-in-one tool to split, join or convert video files. Supported video formats include AVI, DivX, XviD, MPEG1, MPEG2, VCD, SVCD, DVD, WMV and ASF. This flexible program supports batch job processing.

Main Features :

- Support almost all video formats : AVI, MPEG1/2/4, VCD/SVCD/DVD, DivX, XVid, ASF and WMV
- Batch Job Conversion, splitting or joining
- Convert to AVI(DivX,XviD, MPEG-4)
- Convert to MPEG-1 or MPEG-2
- Convert to VCD/SVCD/DVD
- Clear visual window to split video file
- Join multiple video formats into a single format
- Support large video file greater than 2GB"; 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 = ''; } }