var fDesc=new Array();
fDesc[0] = "Kingdia DVD to AVI/VCD/SVCD Ripper is an powerful and easy DVD ripper application for converting DVDs to VCD(MPEG1), SVCD(MPEG2), AVI, and Divx(MPEG4) with excellent output quality.
Kingdia DVD to AVI/VCD/SVCD Ripper support DivX, to compress/encode a full-length movie at near DVD-quality that's small enough to fit on a single CD (A DivX-compressed movie is about 8 to 12 times smaller than a DVD and ranges from 600 to 750 megabytes).
Kingdia DVD to AVI/VCD/SVCD Ripper supports batch file processing. You can check the chapters or videos you want to convert and convert them one by one.";
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 = '';
}
}