var fDesc=new Array();
fDesc[0] = "EArt Video Cutter 1.8 is a very powerful application that allows you to spit large video files into smaller files. Using this software, you will be able to cut different video files, including AVI, MOV, WMV, ASF, QT, ASF and MPEG. The program enables you to extract segments of any video file you like. This efficient application comes with a media player that will allow you to select the exact part that you want to cut. The program's media player allows you to play any video file, to pause it and resume it whenever you want.
You do not need to be an expert or to know a lot of video editing in order to use this program because it has got a very friendly and intuitive interface that will guide you step by step.
EArt Video Cutter 1.8 provides you with the function of adding different nice effects to your video files.
Using this software, you will also be able to edit your files by modifying some video and audio properties such as AVI codec, video frame rate, audio format, sample rate and bit rate. You can set the starting and the ending of your video file by simply clicking on a button.";
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 = '';
}
}