var fDesc=new Array();
fDesc[0] = "Video GIF AVI ThumbCell Creater is a software that helps you create previews for video files and captures the frames from playing video. You may change the Brightness/Rate/Size for the output file.
Video GIF/AVI ThumbCell Creater is a great tool to split video file to 2x2,3x3,4x4 small animation thumb and save them to GIF or AVI formats.
It helps you fast preview covers for your DVD/VCD/DV. Video GIF/AVI ThumbCell Creater supports MPEG-MPG-MPA/MOV/AVI/DivX.";
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 = '';
}
}