var fDesc=new Array(); fDesc[0] = "Video Joiner Free is a powerful video software to join multiple video files into one video file. You can also use it to convert a single video file.

You can join as many video files as you wish and easily rearrange their order if needed. You can preview video files directly in Video Joiner Free. Some other Software can only join same type of video files but this software can join different types of video files (with different video formats, different video sizes and different audio formats) into one file without any problem."; 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 = ''; } }