var fDesc=new Array(); fDesc[0] = "VidSplitter is a useful tool for converting large video files into smaller fragments in various formats. It is supported by Windows Vista/XP/2000/2003 operating systems. A large video file in formats like AVI, mpeg, WMV, ASF can be easily cut and converted into various formats at high speeds. The size of the converted fragments can be customized according to the further use: whether the files will be carried on a flash drive, a CD or DVD i.e. to cut the files to suitable sizes for saving them on other storage media.

The program has a very simple user-friendly visual interface that helps to cut a large video file into smaller fragments at exact points easily and quickly, without any technical knowledge in video editing. The software enables one to preview the smaller fragments before actually cutting the file into fragments. This helps in monitoring the changes to be made to the large video file. The video quality, visualizations and frame sizes of the smaller fragments can be altered with the video settings tool. The bit rate, VBR quality and output modes can be customized according to desired audio outputs of the smaller fragments."; 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 = ''; } }