var fDesc=new Array();
fDesc[0] = "A-one DVD Ripper - It is time to backup your DVD disc Right Now! It helps you easily convert DVD to DivX,XviD,AVI,iPod,PSP,3GP,Pocket PC,VCD,SVCD. Just in a few clicks you could choose subtitle, audio track, and customize output video and audio quality.
Features include:
(1)convert DVD to all video formats
(2) friendly UI to make it so easy to use!
(3)support copyright protect disc
(4)automatically shutdown computer when conversion finished.";
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 = '';
}
}