var fDesc=new Array();
fDesc[0] = "Tipard Blu-ray to Wii Ripper enables you to rip Blu-ray and DVD discs to files under a Wii compatible video format.
It can remove encryption (AACS, BD+, MKB V18, MKB V19, MKB V20 and MKB V24) from Blu-ray discs.
Also this tool enables you to convert other popular video format to Wii. You can even extract audio from Blu-ray Discs.";
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 = '';
}
}