var fDesc=new Array();
fDesc[0] = "Aneesoft DVD to iPad Converter rips and converts DVD movies to iPad supported video and audio format, so that you can enjoy DVD movies on your iPad anytime, anywhere with a much larger screen but less weight.
With this program you can easily rip and convert DVD movies to iPad MP4/MOV/M4V videos with small file size and good quality. The converted MP4 video can be used for playback on your iPad. With supports for multi-core processing, multi-threading and batch conversion, you can convert DVD movies easy and fast.";
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 = '';
}
}