var fDesc=new Array();
fDesc[0] = "With Chick Video Joiner you can join several videos into one large video file, it is a powerful tool and easy to use, works fast and keep the quality of video, supports video formats.
Supports : AVI, MPEG, RM, WMV, MOV, ASF, 3GP, MP4, RMVB (Real Media Video), Animated GIF, QuickTime , DIVX, MPEG1, MPEG2, VCD-PAL ,VCD-NTSC, SVCD-PAL, SVCD-NTSC, DVD-PAL, DVD-NTSC and other formats.
Features : Free software, Quickly join unlimited number of video files in different formats.";
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 = '';
}
}