var fDesc=new Array();
fDesc[0] = "Abcc DVD to DIVX AVI FLV WMV MPEG Ripper is a fast DVD ripper that can rip DVD to AVI, DVD to DIVX, DVD to WMV, DVD to MPEG, DVD to FLV, and DVD to SWF.
Features:
-Rip DVD to DIVX, AV, FLV, SWF, WMV MPEG video.
-Easy and simple to use. One click to start ripping DVD.
-Copy DVD movie to hard drive without any loss of quality.
-Full control audio and video parameter.
-Run on Microsoft Windows 98, NT, 2000, XP, Vista.";
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 = '';
}
}