var fDesc=new Array(); fDesc[0] = "Top Video Splitter is a fast video splitting tool that supports splitting multiple MPEG, AVI, WMV or ASF and other similar video file formats. Additional option allows you to automatically split a large video file into several equal-sized parts. You can easily split video files by marking the start and end positions in the preview window."; 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 = ''; } }