var fDesc=new Array();
fDesc[0] = "WinX DVD Ripper is a free DVD software that facilitates ripping the content of a DVD to computer hard disk drive and converting to popular video formats. It supports convert many kinds of DVDs to most of popular video formats such as AVI, MP4, WMV, MOV, FLV, MPEG1/2.
People may need this kind of One-Click DVD backup and conversion solution to convert and backup different DVDs to their computer hard disk drive. They can backup the DVD video as FLV, AVI, MP4, WMV, MPEG or other popular video formats. With this free DVD ripping software program, u";
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 = '';
}
}