var fDesc=new Array();
fDesc[0] = "XtoYsoft Blu-ray to iPad Ripper provides you the ultimate solution to enjoy high quality movie on your iPad. This Blu-ray to iPad Converter can remove all known copy protections to rip and convert any Blu-ray to MP4 with optional high resolution up to 1080p compatible with iPad. It adopts up-to-date technology to always convert in fastest speed.
You can freely choose subtitles and audio track for the output. And the whole conversion process can be finished within 3 steps at ease for its intuitive UI.
-Unprotect encrypted Blu-ray
-Convert any Blu-ray to iPad
-Super high speed and quality";
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 = '';
}
}