var fDesc=new Array(); fDesc[0] = "SolveigMM Video Splitter is a video splitting tool that can handle a variety of formats such as AVC/H264, MP4, MOV, WEBM, FLV, MKV, MPEG-2, WMV, ASF, and AVI. The slicing feature allows splitting of files in parts by specified duration, size, and by number of equal parts; it is also possible to make screenshots from video frames. Join Manager of Video Splitter allows you to join multiple audio or video fragments. Since re-encoding is not involved in the joining process, all files must have the same parameter, such as resolution and compression type."; 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 = ''; } }