var fDesc=new Array(); fDesc[0] = "Boilsoft Video Splitter is a video editing tool for Windows. With this application you can not only cut, but also trim and split video files. The differences between those three processes are small, but it is nice to have them all within a single application. For example, with Boilsoft Video Splitter you can grab an AVI file and remove the credits by trimming it, make two parts out of the original file by cutting or splitting. It works great, too. There are a lot of formats that are supported. Basically, you can open any .AVI, .MPEG, WMV, MP4, RM, or VCD file with this. The user interface is really on the simplistic side, which is always good. You have a built-in media player that helps you pinpoint the specific place where you want to cut video. The application supports files larger than 2GBs, which is a must for applications that deal with huge files. Boilsoft Video Splitter also allows you to make 2 equal size clips automatically out of a large file. The application has some disadvantages, though. It will not allow you to change anything about the video you are cutting."; 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 = ''; } }