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

It is a fast and high quality video joiner.
You can add an unlimited number of video files to the list , then merge the video clips to one 3GP or AVI format file."; 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 = ''; } }