var fDesc=new Array(); fDesc[0] = "Leapic Video Joiner is a video tool that enables you to join/merge multiple video files and combine them into one. You can join as many video files as you wish and easily rearrange their order if needed. If all input video files are of the same format, you can use the 'Direct stream copy' option to join them into one big file within the seconds. The program also includes a video player so you can preview video files."; 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 = ''; } }