var fDesc=new Array(); fDesc[0] = "Allok Video Joiner is a powerful tool to join or merge multiple AVI, Divx, XviD, MPEG, WMV, ASF, RM, MOV, 3GP, MP4, FLV files into one large file in various formats.

You can add an unlimited number of video files to the list and easily rearrange their order if needed , then merge the videos files to AVI, Divx, XviD, MPEG, VCD, SVCD, DVD, WMV, MP4, FLV formats.

It also supports join video files to VCD/SVCD image and DVD-Video files, so you can burn them into one VCD/SVCD/DVD disc easily by using third-party burning tools.

It's very easy to use and fast with high quality."; 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 = ''; } }