var fDesc=new Array();
fDesc[0] = "DigitalVideo Converter is a freeware all-in-one video processing application. It can convert popular video formats to AVI (DivX, XviD, MPEG-4, H264), MPEG (MPEG-1, MPEG-2, VCD, SVCD, DVD), WMV, QuickTime (MOV), FLV, iPod, PSP, 3GP, WAV, and MP3. The program allows you to convert your videos between various video formats, and to quickly join and split your video files.";
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 = '';
}
}