var fDesc=new Array(); fDesc[0] = "ImTOO Video Cutter is a powerful video cutting software to help you cut your favorite video segments from one file as AVI cutter, MPEG cutter, MP4 cutter and H.264 cutter. Compared with other programs, ImTOO Video Cutter supports almost all mainstream video formats such as AVI, MPEG, WMV, DivX, MP4, 3GP, H.264, MOV, ASF, DAT.
ImTOO Video Cutter perfectly assists you to cut out your favorite segments out of entire video file as the AVI cutter, MPEG cutter, MP4 cutter and HD video cutter. It supports almost all popular video formats such as AVI, MKV, MPEG, WMV, MP4, FLV, 3GP, H.264, MOV, ASF, VOB, SWF, DAT.
As a unique software, it supports previewing the original file, setting the begin-point and end-point super accurately, the function to auto implement "After Done" action, etc.
ImTOO Video Cutter can be used to extract segments and it comes with an easy-to-understand interface that helps you carry out the cutting tasks without any problems."; 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 = ''; } }