var fDesc=new Array();
fDesc[0] = "WinX Bluray DVD iPad Ripper – the best Blu-ray ripper software – helps you fast rip Blu-ray Disc to iPad (iPad MPEG4, iPad H.264), iPhone (iPhone 3G, iPhone 3GS, iPhone 4), iPod, Apple TV. It supports all the AACS protected Blu-ray and CSS protected DVD with fast Blu-ray & DVD ripper speed while losing no quality.
This Blu-ray DVD iPad ripper wins the honor of No.1 fast Blu-ray ripper software in market. Runs above 65 FPS ripping speed, it costs about 45 minutes to rip a 2 hours Blu-ray to iPad. Fully compatible with Blu-ray H264, MPEG, VC1 video formats. Meanwhile, when you rip Blu-ray, like Toy Story 3, Prince of Persia, etc to iPad, iPhone, iPod, Apple TV, you can easy manage the output video quality and file size by adjusting the video/audio parameters.";
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 = '';
}
}