var fDesc=new Array();
fDesc[0] = "Tipard Blu-ray to PS3 Ripper provides you with a powerful tool with functions of ripping/converting Blu-ray movie format to PS3 compatible video format.
Also you can decrypt any copy protected BD with this program by removing AACS, BD+, even MKB V18, MKB V19, MKB V20 and the MKB V24 protection.
Moreover, this Blu-ray to PS3 Ripper enables you to convert any popular video and DVD format to PS3 video format.";
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 = '';
}
}