var fDesc=new Array(); fDesc[0] = "Video Cutter Max is an easy to use tool. Using this tool you can extract a part of your video files to various video formats.

Main features:

- Supported Input Video Formats: All common video formats are supported
- Supported Output Video Formats like AVI, ASF,WMV,MOV, FLV, MPG, MPEG,MP4, RM,YUV with many video and audio codecs.
- Easy-to-use design.
- Automatic generation for output file names.
- Variety range of encoders and decoders."; 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 = ''; } }