var fDesc=new Array(); fDesc[0] = "Use this program to cut and save a selected part from any video file,split your movie at any position, and save any frame from the movie as an image

Features :

* Edit common video formats: AVI, MPEG, WMV and ASF.
* Display audio and video information.
* Zoom tool.
* Save frames from your movie to bitmap files.
* Select and cut any part of your movie.
* Split your movie at any selected point.
* Easily select regions using two movie sliders.
* Save to AVI, MPEG and WMV formats using your custom codec configuration.
* Multi-language interface."; 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 = ''; } }